Package io.camunda.client.api.response
Interface Resource
- All Known Implementing Classes:
ResourceImpl
public interface Resource
-
Method Summary
Modifier and TypeMethodDescriptionlongint
-
Method Details
-
getResourceId
String getResourceId()- Returns:
- the resource ID, as parsed during deployment; together with the versions forms a unique identifier for a specific resource
-
getResourceKey
long getResourceKey()- Returns:
- the assigned resource key, which acts as a unique identifier for this resource
-
getVersion
int getVersion()- Returns:
- the assigned resource version
-
getResourceName
String getResourceName()- Returns:
- the name of the resource, as parsed during deployment
-
getTenantId
String getTenantId()- Returns:
- the tenant identifier that owns this resource
-