com.atlassian.jira.auditing
Class AffectedDirectory

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

public class AffectedDirectory
extends ParentlessAssociatedItem
implements AssociatedItem

Since:
v6.2

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

Constructor Detail

AffectedDirectory

public AffectedDirectory(@NotNull
                         com.atlassian.crowd.directory.RemoteDirectory remoteDirectory)
Method Detail

getObjectName

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

getObjectId

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

getObjectType

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.