org.alfresco.repo.security.authority
Class AuthorityInfo

java.lang.Object
  extended by org.alfresco.repo.security.authority.AuthorityInfo

public class AuthorityInfo
extends java.lang.Object

Authority Info - used by GetAuthorities CQ

Since:
4.0

Constructor Summary
AuthorityInfo(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String authorityDisplayName, java.lang.String authorityName)
           
 
Method Summary
 java.lang.String getAuthorityDisplayName()
           
 java.lang.String getAuthorityName()
           
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityInfo

public AuthorityInfo(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                     java.lang.String authorityDisplayName,
                     java.lang.String authorityName)
Method Detail

getNodeRef

public org.alfresco.service.cmr.repository.NodeRef getNodeRef()

getAuthorityDisplayName

public java.lang.String getAuthorityDisplayName()

getAuthorityName

public java.lang.String getAuthorityName()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.