Package io.camunda.client.impl.response
Class DeploymentEventImpl
java.lang.Object
io.camunda.client.impl.response.DeploymentEventImpl
- All Implemented Interfaces:
DeploymentEvent
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeploymentEventImpl
-
DeploymentEventImpl
-
DeploymentEventImpl
-
-
Method Details
-
getKey
public long getKey()- Specified by:
getKeyin interfaceDeploymentEvent- Returns:
- the unique key of the deployment
-
getProcesses
- Specified by:
getProcessesin interfaceDeploymentEvent- Returns:
- the processes which are deployed
-
getDecisions
- Specified by:
getDecisionsin interfaceDeploymentEvent- Returns:
- the decisions which are deployed
-
getDecisionRequirements
- Specified by:
getDecisionRequirementsin interfaceDeploymentEvent- Returns:
- the decision requirements which are deployed
-
getForm
- Specified by:
getFormin interfaceDeploymentEvent- Returns:
- the deployed form metadata
-
getResource
- Specified by:
getResourcein interfaceDeploymentEvent- Returns:
- the deployed resource metadata
-
getTenantId
- Specified by:
getTenantIdin interfaceDeploymentEvent- Returns:
- the tenant identifier that owns this deployment
-
toString
-