org.alfresco.repo.security.authority
Class GetAuthoritiesCannedQueryParams

java.lang.Object
  extended by org.alfresco.repo.security.authority.AuthorityInfoEntity
      extended by org.alfresco.repo.security.authority.GetAuthoritiesCannedQueryParams

public class GetAuthoritiesCannedQueryParams
extends AuthorityInfoEntity

GetAuthorities CQ parameters - for query context and filtering

Since:
4.0

Constructor Summary
GetAuthoritiesCannedQueryParams(org.alfresco.service.cmr.security.AuthorityType type, java.lang.Long parentNodeId, java.lang.Long authorityDisplayNameQNameId, java.lang.String displayNameFilter)
           
 
Method Summary
 java.lang.String getDisplayNameFilter()
           
 org.alfresco.service.cmr.security.AuthorityType getType()
           
 
Methods inherited from class org.alfresco.repo.security.authority.AuthorityInfoEntity
getAuthorityDisplayName, getAuthorityDisplayNameQNameId, getAuthorityName, getId, getNode, getParentNodeId, setAuthorityDisplayName, setAuthorityName, setId, setNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAuthoritiesCannedQueryParams

public GetAuthoritiesCannedQueryParams(org.alfresco.service.cmr.security.AuthorityType type,
                                       java.lang.Long parentNodeId,
                                       java.lang.Long authorityDisplayNameQNameId,
                                       java.lang.String displayNameFilter)
Method Detail

getDisplayNameFilter

public java.lang.String getDisplayNameFilter()

getType

public org.alfresco.service.cmr.security.AuthorityType getType()


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