|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransitionFunction
Method Summary | |
---|---|
com.opensymphony.workflow.loader.ActionDescriptor |
getActionDescriptor(java.util.Map transientVars)
|
com.atlassian.jira.web.bean.I18nBean |
getI18nBean()
|
com.opensymphony.workflow.InvalidInputException |
getInvalidInputException()
|
com.atlassian.jira.issue.MutableIssue |
getIssue()
|
com.atlassian.jira.issue.MutableIssue |
getIssue(java.util.Map transientVars)
|
com.atlassian.jira.issue.fields.screen.FieldScreen |
getScreen()
|
void |
init(java.util.Map transientVars,
java.util.Map args,
com.opensymphony.module.propertyset.PropertySet ps)
Assume Validator initialisation |
void |
setInvalidInputException(com.opensymphony.workflow.InvalidInputException invalidInputException)
Force Exception on Validator |
void |
throwOnError()
Defaultly called by ATransitionFunction.validate() |
Method Detail |
---|
void init(java.util.Map transientVars, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.InvalidInputException, com.opensymphony.workflow.WorkflowException
transientVars
- args
- Arguments issued from Validator Parameters in from Workflow Descriptionps
- PorpertySet
com.opensymphony.workflow.InvalidInputException
com.opensymphony.workflow.WorkflowException
com.atlassian.jira.issue.fields.screen.FieldScreen getScreen()
com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor(java.util.Map transientVars)
com.atlassian.jira.issue.MutableIssue getIssue()
com.atlassian.jira.issue.MutableIssue getIssue(java.util.Map transientVars)
com.atlassian.jira.web.bean.I18nBean getI18nBean()
void throwOnError() throws com.opensymphony.workflow.InvalidInputException
com.opensymphony.workflow.InvalidInputException
com.opensymphony.workflow.InvalidInputException getInvalidInputException()
void setInvalidInputException(com.opensymphony.workflow.InvalidInputException invalidInputException)
invalidInputException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |