org.alfresco.webservice.action
Class ActionFilter

java.lang.Object
  extended by org.alfresco.webservice.action.ActionFilter
All Implemented Interfaces:
java.io.Serializable

public class ActionFilter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ActionFilter()
           
ActionFilter(java.lang.String[] ids, java.lang.String[] types)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String[] getIds()
          Gets the ids value for this ActionFilter.
 java.lang.String getIds(int i)
           
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
 java.lang.String[] getTypes()
          Gets the types value for this ActionFilter.
 java.lang.String getTypes(int i)
           
 int hashCode()
           
 void setIds(int i, java.lang.String _value)
           
 void setIds(java.lang.String[] ids)
          Sets the ids value for this ActionFilter.
 void setTypes(int i, java.lang.String _value)
           
 void setTypes(java.lang.String[] types)
          Sets the types value for this ActionFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFilter

public ActionFilter()

ActionFilter

public ActionFilter(java.lang.String[] ids,
                    java.lang.String[] types)
Method Detail

getIds

public java.lang.String[] getIds()
Gets the ids value for this ActionFilter.

Returns:
ids

setIds

public void setIds(java.lang.String[] ids)
Sets the ids value for this ActionFilter.

Parameters:
ids -

getIds

public java.lang.String getIds(int i)

setIds

public void setIds(int i,
                   java.lang.String _value)

getTypes

public java.lang.String[] getTypes()
Gets the types value for this ActionFilter.

Returns:
types

setTypes

public void setTypes(java.lang.String[] types)
Sets the types value for this ActionFilter.

Parameters:
types -

getTypes

public java.lang.String getTypes(int i)

setTypes

public void setTypes(int i,
                     java.lang.String _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



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