Interface ResourceReference
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AssetReference
,NamedDescribedResourceReference
,NamedResourceReference
,UserReference
,WorkflowDefinitionReference
public interface ResourceReference extends Serializable
Represents reference to the resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getId()
Returns the id of the current entity.ResourceType
getResourceType()
Get resource type of current entity
-
-
-
Method Detail
-
getId
UUID getId()
Returns the id of the current entity.- Returns:
- the id
-
getResourceType
ResourceType getResourceType()
Get resource type of current entity- Returns:
- resource type
-
-