Package org.camunda.bpm.engine.rest.hal
Interface HalIdResource
-
- All Known Implementing Classes:
HalCaseDefinition
,HalGroup
,HalProcessDefinition
,HalTenant
,HalUser
public interface HalIdResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
return the identifier of the resource
-
-
-
Method Detail
-
getId
String getId()
return the identifier of the resource
-
-