com.atlassian.jira.plugins.workflow.sharing
Class RemovedItems.ActionRemovedItems

java.lang.Object
  extended by com.atlassian.jira.plugins.workflow.sharing.RemovedItems.ActionRemovedItems
Enclosing class:
RemovedItems

public static class RemovedItems.ActionRemovedItems
extends Object


Constructor Summary
RemovedItems.ActionRemovedItems(com.opensymphony.workflow.loader.ActionDescriptor action)
           
 
Method Summary
 com.opensymphony.workflow.loader.ActionDescriptor getAction()
           
 Set<String> getConditions()
           
 Set<String> getCustomFields()
           
 Set<String> getFunctions()
           
 Set<String> getValidators()
           
 boolean isEmpty()
           
 boolean isReplacedEventId()
           
 void markReplacedEventId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovedItems.ActionRemovedItems

public RemovedItems.ActionRemovedItems(com.opensymphony.workflow.loader.ActionDescriptor action)
Method Detail

getAction

public com.opensymphony.workflow.loader.ActionDescriptor getAction()

getFunctions

public Set<String> getFunctions()

getValidators

public Set<String> getValidators()

getConditions

public Set<String> getConditions()

getCustomFields

public Set<String> getCustomFields()

isReplacedEventId

public boolean isReplacedEventId()

markReplacedEventId

public void markReplacedEventId()

isEmpty

public boolean isEmpty()


Copyright © 2013 Atlassian. All Rights Reserved.