Interface WorkflowHelper
-
- All Known Implementing Classes:
DefaultWorkflowHelper
public interface WorkflowHelper
helper class which deals with view related stuff of workflows
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getStatusUrl(TypedObject typedData)
-
-
-
Method Detail
-
getStatusUrl
java.lang.String getStatusUrl(TypedObject typedData)
- Returns:
- Url to picture representing current status of given workflow
-
-