Uses of Class
com.atlassian.jira.issue.fields.rest.StandardOperation

Packages that use StandardOperation
com.atlassian.jira.issue.customfields.impl.rest   
com.atlassian.jira.issue.fields.rest   
 

Uses of StandardOperation in com.atlassian.jira.issue.customfields.impl.rest
 

Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type StandardOperation
protected  T AbstractCustomFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
          gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
 

Uses of StandardOperation in com.atlassian.jira.issue.fields.rest
 

Fields in com.atlassian.jira.issue.fields.rest declared as StandardOperation
 StandardOperation CommentOperationHolder.operation
           
 

Methods in com.atlassian.jira.issue.fields.rest that return StandardOperation
static StandardOperation StandardOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardOperation[] StandardOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.issue.fields.rest with parameters of type StandardOperation
protected  T AbstractFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, String fieldId, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
          gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.