Class SodiusProcess.GenericEntities
- java.lang.Object
-
- com.sodius.oslc.server.process.model.SodiusProcess.GenericEntities
-
- Enclosing class:
- SodiusProcess
public static class SodiusProcess.GenericEntities extends Object
Generic Entities for SodiusWillert Process shapes, used when replying with a collection of entities in a Response object.
-
-
Method Summary
-
-
-
Method Detail
-
forLinkTypes
public static GenericEntity<ResponseInfoCollection<LinkType>> forLinkTypes(Collection<LinkType> linkTypes)
Returns aGenericEntity
for the given collection of link types.- Parameters:
linkTypes
- the link types- Returns:
- a
GenericEntity
for the given collection of link types. - Since:
- 3.5.0
-
forLinkTypes
public static GenericEntity<ResponseInfoCollection<LinkType>> forLinkTypes(ResponseInfoCollection<LinkType> linkTypes)
Returns aGenericEntity
for the given collection of link types.- Parameters:
linkTypes
- the link types- Returns:
- a
GenericEntity
for the given collection of link types. - Since:
- 3.5.0
-
forResourceTypes
public static GenericEntity<ResponseInfoCollection<ResourceType>> forResourceTypes(Collection<ResourceType> resourceTypes)
Returns aGenericEntity
for the given collection of resource types.- Parameters:
resourceTypes
- the resource types- Returns:
- a
GenericEntity
for the given collection of resource types. - Since:
- 3.7.0
-
forResourceTypes
public static GenericEntity<ResponseInfoCollection<ResourceType>> forResourceTypes(ResponseInfoCollection<ResourceType> resourceTypes)
Returns aGenericEntity
for the given resource types.- Parameters:
resourceTypes
- the resource types- Returns:
- a
GenericEntity
for the given resource types. - Since:
- 3.7.0
-
forUsages
public static GenericEntity<ResponseInfoCollection<Usage>> forUsages(Collection<Usage> usages)
Returns aGenericEntity
for the given collection of usages.- Parameters:
usages
- the OSLC usages- Returns:
- a
GenericEntity
for the given collection of usages. - Since:
- 3.7.0
-
forUsages
public static GenericEntity<ResponseInfoCollection<Usage>> forUsages(ResponseInfoCollection<Usage> usages)
Returns aGenericEntity
for the given usages.- Parameters:
usages
- the OSLC usages- Returns:
- a
GenericEntity
for the given usages. - Since:
- 3.7.0
-
forAssociationTypes
public static GenericEntity<ResponseInfoCollection<AssociationType>> forAssociationTypes(Collection<AssociationType> associationTypes)
-
forAssociationTypes
public static GenericEntity<ResponseInfoCollection<AssociationType>> forAssociationTypes(ResponseInfoCollection<AssociationType> associationTypes)
-
forLinkDecorators
public static GenericEntity<ResponseInfoCollection<LinkDecorator>> forLinkDecorators(Collection<LinkDecorator> linkDecorators)
-
forLinkDecorators
public static GenericEntity<ResponseInfoCollection<LinkDecorator>> forLinkDecorators(ResponseInfoCollection<LinkDecorator> linkDecorators)
-
-