Interface UserMetaDataPersistenceContext
-
@ProviderType public interface UserMetaDataPersistenceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUserDataId()
Gets the user metadata persistence idWorkflow
getWorkflow()
Gets the workflow for persistencejava.lang.String
getWorkflowId()
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
-
-