Interface ICorrelationExtensionAdapter
-
public interface ICorrelationExtensionAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Correlation.CorrelationListgetAll(Identity identity, java.lang.Boolean includeProcessInstances, java.lang.Integer offset, java.lang.Integer limit, Correlation.CorrelationSortSettings sortSettings)CorrelationgetById(java.lang.String correlationId, Identity identity, java.lang.Boolean includeProcessInstances)
-
-
-
Method Detail
-
getAll
Correlation.CorrelationList getAll(Identity identity, java.lang.Boolean includeProcessInstances, java.lang.Integer offset, java.lang.Integer limit, Correlation.CorrelationSortSettings sortSettings)
-
getById
Correlation getById(java.lang.String correlationId, Identity identity, java.lang.Boolean includeProcessInstances)
-
-