com.atlassian.jira.auditing
Class AffectedGroup

java.lang.Object
  extended by com.atlassian.jira.auditing.AffectedGroup
All Implemented Interfaces:
AssociatedItem

public class AffectedGroup
extends Object
implements AssociatedItem

Since:
v6.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.auditing.AssociatedItem
AssociatedItem.Type
 
Constructor Summary
AffectedGroup(String groupName, com.atlassian.crowd.embedded.api.Directory directory)
           
 
Method Summary
 String getObjectId()
           
 String getObjectName()
           
 AssociatedItem.Type getObjectType()
           
 String getParentId()
           
 String getParentName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffectedGroup

public AffectedGroup(String groupName,
                     com.atlassian.crowd.embedded.api.Directory directory)
Method Detail

getObjectName

@Nonnull
public String getObjectName()
Specified by:
getObjectName in interface AssociatedItem

getObjectId

@Nullable
public String getObjectId()
Specified by:
getObjectId in interface AssociatedItem

getParentName

@Nullable
public String getParentName()
Specified by:
getParentName in interface AssociatedItem

getParentId

@Nullable
public String getParentId()
Specified by:
getParentId in interface AssociatedItem

getObjectType

@Nonnull
public AssociatedItem.Type getObjectType()
Specified by:
getObjectType in interface AssociatedItem


Copyright © 2002-2014 Atlassian. All Rights Reserved.