public class ActionFilter extends Object implements Serializable
| Constructor and Description |
|---|
ActionFilter() |
ActionFilter(String[] ids,
String[] types) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getIds()
Gets the ids value for this ActionFilter.
|
String |
getIds(int i) |
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
|
String[] |
getTypes()
Gets the types value for this ActionFilter.
|
String |
getTypes(int i) |
int |
hashCode() |
void |
setIds(int i,
String _value) |
void |
setIds(String[] ids)
Sets the ids value for this ActionFilter.
|
void |
setTypes(int i,
String _value) |
void |
setTypes(String[] types)
Sets the types value for this ActionFilter.
|
public String[] getIds()
public void setIds(String[] ids)
ids - public String getIds(int i)
public void setIds(int i,
String _value)
public String[] getTypes()
public void setTypes(String[] types)
types - public String getTypes(int i)
public void setTypes(int i,
String _value)
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.