public class AuthorityFilter extends Object implements Serializable
| Constructor and Description |
|---|
AuthorityFilter() |
AuthorityFilter(String authorityType,
boolean rootOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthorityType()
Gets the authorityType value for this AuthorityFilter.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isRootOnly()
Gets the rootOnly value for this AuthorityFilter.
|
void |
setAuthorityType(String authorityType)
Sets the authorityType value for this AuthorityFilter.
|
void |
setRootOnly(boolean rootOnly)
Sets the rootOnly value for this AuthorityFilter.
|
public AuthorityFilter()
public AuthorityFilter(String authorityType, boolean rootOnly)
public String getAuthorityType()
public void setAuthorityType(String authorityType)
authorityType - public boolean isRootOnly()
public void setRootOnly(boolean rootOnly)
rootOnly - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.