public class AuthorityFilter
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AuthorityFilter() |
AuthorityFilter(java.lang.String authorityType,
boolean rootOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAuthorityType()
Gets the authorityType value for this AuthorityFilter.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.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(java.lang.String authorityType)
Sets the authorityType value for this AuthorityFilter.
|
void |
setRootOnly(boolean rootOnly)
Sets the rootOnly value for this AuthorityFilter.
|
public AuthorityFilter()
public AuthorityFilter(java.lang.String authorityType,
boolean rootOnly)
public java.lang.String getAuthorityType()
public void setAuthorityType(java.lang.String authorityType)
authorityType - public boolean isRootOnly()
public void setRootOnly(boolean rootOnly)
rootOnly - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.