-
- All Implemented Interfaces:
-
io.holunda.camunda.taskpool.api.business.DataEntryState
public final class DataEntryStateImpl implements DataEntryState
Simple implementation of compound entry state.
-
-
Field Summary
Fields Modifier and Type Field Description private final ProcessingTypeprocessingTypeprivate final Stringstate
-
Constructor Summary
Constructors Constructor Description DataEntryStateImpl(ProcessingType processingType, String state)
-
Method Summary
Modifier and Type Method Description ProcessingTypegetProcessingType()State type. StringgetState()Carrying business-relevant state label. -
-
Constructor Detail
-
DataEntryStateImpl
DataEntryStateImpl(ProcessingType processingType, String state)
-
-
Method Detail
-
getProcessingType
ProcessingType getProcessingType()
State type.
-
-
-
-