com.atlassian.jira.event.scheme
Class AbstractSchemeCopiedEvent

java.lang.Object
  extended by com.atlassian.jira.event.scheme.AbstractSchemeCopiedEvent
Direct Known Subclasses:
IssueSecuritySchemeCopiedEvent, NotificationSchemeCopiedEvent, PermissionSchemeCopiedEvent, WorkflowSchemeCopiedEvent

public class AbstractSchemeCopiedEvent
extends Object

Abstract event that captures the data relevant to a scheme being copied, e.g. permission schemes, notification schemes etc.

Since:
v5.0

Constructor Summary
AbstractSchemeCopiedEvent(Scheme fromScheme, Scheme toScheme)
           
 
Method Summary
 Long getCopiedFromId()
           
 Long getCopiedToId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSchemeCopiedEvent

public AbstractSchemeCopiedEvent(Scheme fromScheme,
                                 Scheme toScheme)
Method Detail

getCopiedFromId

public Long getCopiedFromId()

getCopiedToId

public Long getCopiedToId()


Copyright © 2002-2012 Atlassian. All Rights Reserved.