Class HalRelation
java.lang.Object
org.eximeebpms.bpm.engine.rest.hal.HalRelation
- Author:
- Daniel Meyer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HalRelation
Build a relation to a resource.Class
<?> javax.ws.rs.core.UriBuilder
-
Field Details
-
Constructor Details
-
Method Details
-
build
public static HalRelation build(String relName, Class<?> resourceType, javax.ws.rs.core.UriBuilder urlTemplate) Build a relation to a resource.- Parameters:
relName
- the name of the relation.resourceType
- the type of the resource- Returns:
- the relation
-
getRelName
-
getUriTemplate
public javax.ws.rs.core.UriBuilder getUriTemplate() -
getResourceType
-