|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler<String>
com.atlassian.jira.issue.fields.rest.ResolutionRestFieldOperationsHandler
public class ResolutionRestFieldOperationsHandler
TODO: Document this class / interface here
| Constructor Summary | |
|---|---|
ResolutionRestFieldOperationsHandler(ConstantsManager constantsManager)
|
|
| Method Summary | |
|---|---|
protected void |
finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
takes the valuye returnd by a call to applyOperation() and puts it into the inputparams |
protected String |
getInitialCreateValue()
compute the "currentValue" to be passed to applyOperation() |
protected String |
getInitialValue(Issue issue,
ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation() |
Set<String> |
getSupportedOperations()
Returns a list of operation names which are supported by this field. |
protected String |
handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
|
| Methods inherited from class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler |
|---|
applyOperation, handleAddOperation, handleRemoveOperation, toLongIds, updateIssueInputParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResolutionRestFieldOperationsHandler(ConstantsManager constantsManager)
| Method Detail |
|---|
protected String getInitialValue(Issue issue,
ErrorCollection errors)
AbstractFieldOperationsHandler
getInitialValue in class AbstractFieldOperationsHandler<String>protected String getInitialCreateValue()
AbstractFieldOperationsHandler
getInitialCreateValue in class AbstractFieldOperationsHandler<String>
protected void finaliseOperation(String finalValue,
IssueInputParameters parameters,
ErrorCollection errors)
AbstractFieldOperationsHandler
finaliseOperation in class AbstractFieldOperationsHandler<String>public Set<String> getSupportedOperations()
RestFieldOperationsHandler
protected String handleSetOperation(IssueContext issueCtx,
Issue issue,
String fieldId,
String currentFieldValue,
JsonData operationValue,
ErrorCollection errors)
handleSetOperation in class AbstractFieldOperationsHandler<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||