Class ClusterVariableImpl
java.lang.Object
io.camunda.client.impl.search.response.ClusterVariableImpl
- All Implemented Interfaces:
ClusterVariable
-
Constructor Summary
ConstructorsConstructorDescriptionClusterVariableImpl(ClusterVariableResult clusterVariableResult) ClusterVariableImpl(ClusterVariableSearchResult clusterVariableSearchResult) -
Method Summary
-
Constructor Details
-
ClusterVariableImpl
-
ClusterVariableImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceClusterVariable
-
getValue
- Specified by:
getValuein interfaceClusterVariable
-
getTenantId
- Specified by:
getTenantIdin interfaceClusterVariable
-
getScope
- Specified by:
getScopein interfaceClusterVariable
-
isTruncated
Description copied from interface:ClusterVariableIndicates whether the returned value has been truncated.Returns
truewhen the variable value is large and truncation was requested (default search behavior). Returnsfalsewhen full values are requested viawithFullValues()or the value is not large enough to require truncation. Always returnsfalsefor get-by-name operations, which always return full values.- Specified by:
isTruncatedin interfaceClusterVariable
-
getMetadata
- Specified by:
getMetadatain interfaceClusterVariable
-
getKind
- Specified by:
getKindin interfaceClusterVariable
-