Interface WorkflowAdapter
-
- All Known Subinterfaces:
AnyObjectWorkflowAdapter,GroupWorkflowAdapter,UserWorkflowAdapter
- All Known Implementing Classes:
AbstractAnyObjectWorkflowAdapter,AbstractGroupWorkflowAdapter,AbstractUserWorkflowAdapter,DefaultAnyObjectWorkflowAdapter,DefaultGroupWorkflowAdapter,DefaultUserWorkflowAdapter,FlowableUserWorkflowAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface WorkflowAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPrefix()
-
-
-
Method Detail
-
getPrefix
String getPrefix()
- Returns:
- any string that might be interpreted as 'prefix' (say table prefix in SQL environments)
-
-