java.lang.Object
com.genologics.ri.protocolconfiguration.Protocols
- All Implemented Interfaces:
Batch<ProtocolLink>,Serializable,Iterable<ProtocolLink>
Returns the representation of a list of protocols
A list of protocols available in the system, providing names and URIs to access more detailed representations of the protocols
- See Also:
-
Field Details
-
protocols
The list of protocol links.
-
-
Constructor Details
-
Protocols
public Protocols()Default constructor.
-
-
Method Details
-
getProtocols
Gets the list of protocol links.- Returns:
- The list of protocol links.
-
getList
Gets the list of items in this batch.- Specified by:
getListin interfaceBatch<ProtocolLink>- Returns:
- The list of items.
-
getSize
public int getSize()Gets the number of items in this batch.- Specified by:
getSizein interfaceBatch<ProtocolLink>- Returns:
- The size of the batch.
-