Interface UserMetaDataPersistenceContext
-
@ProviderType public interface UserMetaDataPersistenceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetUserDataId()Gets the user metadata persistence idWorkflowgetWorkflow()Gets the workflow for persistencejava.lang.StringgetWorkflowId()Gets the workflow id for persistence
-
-
-
Method Detail
-
getWorkflow
Workflow getWorkflow()
Gets the workflow for persistence- Returns:
- workflow
-
getWorkflowId
java.lang.String getWorkflowId()
Gets the workflow id for persistence- Returns:
- workflowId
-
getUserDataId
java.lang.String getUserDataId()
Gets the user metadata persistence id- Returns:
- userDataId
-
-