Interface WorkflowActionFunction
- All Superinterfaces:
WorkflowFunction,WorkflowFunctionDescriptor<WorkflowFunction>
- All Known Subinterfaces:
WorkflowActionValidator
-
Method Summary
Modifier and TypeMethodDescriptionWorkflowFunctionDescriptor<? extends WorkflowFunction> getId()getName()booleanMethods inherited from interface ru.slie.luna.issue.workflow.WorkflowFunction
getParamsForView, validateParamsMethods inherited from interface ru.slie.luna.issue.workflow.WorkflowFunctionDescriptor
getInstance
-
Method Details
-
getId
String getId() -
getName
String getName()- Specified by:
getNamein interfaceWorkflowFunction
-
getDescription
String getDescription()- Specified by:
getDescriptionin interfaceWorkflowFunction
-
getClassName
String getClassName()- Specified by:
getClassNamein interfaceWorkflowFunctionDescriptor<WorkflowFunction>
-
getParams
-
getViewParams
-
getViewComponent
String getViewComponent()- Specified by:
getViewComponentin interfaceWorkflowFunctionDescriptor<WorkflowFunction>
-
getEditComponent
String getEditComponent()- Specified by:
getEditComponentin interfaceWorkflowFunctionDescriptor<WorkflowFunction>
-
getFunctionDescriptor
WorkflowFunctionDescriptor<? extends WorkflowFunction> getFunctionDescriptor() -
isAllowMultiple
boolean isAllowMultiple()- Specified by:
isAllowMultiplein interfaceWorkflowFunction
-