IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class SearchColumn

java.lang.Object
  extended by com.lombardisoftware.webapi.SearchColumn
All Implemented Interfaces:
java.io.Serializable

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

A SearchColumn is used to specify the columns, conditions, and ordering of a search.

See Also:
Serialized Form

Constructor Summary
SearchColumn()
           
SearchColumn(java.lang.String type, java.lang.String name, java.lang.String displayName)
           
 
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 getDisplayName()
          Gets the displayName value for this SearchColumn.
 java.lang.String getName()
          Gets the name value for this SearchColumn.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this SearchColumn.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this SearchColumn.
 void setName(java.lang.String name)
          Sets the name value for this SearchColumn.
 void setType(java.lang.String type)
          Sets the type value for this SearchColumn.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchColumn

public SearchColumn()

SearchColumn

public SearchColumn(java.lang.String type,
                    java.lang.String name,
                    java.lang.String displayName)
Method Detail

getType

public java.lang.String getType()
Gets the type value for this SearchColumn.

Returns:
type * Type can be any of the values provided in the SearchableType enumeration. It is weakly typed to allow for future expansion.

setType

public void setType(java.lang.String type)
Sets the type value for this SearchColumn.

Parameters:
type - * Type can be any of the values provided in the SearchableType enumeration. It is weakly typed to allow for future expansion.

getName

public java.lang.String getName()
Gets the name value for this SearchColumn.

Returns:
name * Name can be any of the values provided in the SearchableTaskColumn, SearchableProcessInstanceColumn, or SearchableProcessColumn enumerations (the enumeration used is based on the Type). For the special type BusinessData, the value of this property is the business data alias name configured in the Process Designer for the process(es). It is weakly typed to allow for future expansion and to allow for author defined business data alias names.

setName

public void setName(java.lang.String name)
Sets the name value for this SearchColumn.

Parameters:
name - * Name can be any of the values provided in the SearchableTaskColumn, SearchableProcessInstanceColumn, or SearchableProcessColumn enumerations (the enumeration used is based on the Type). For the special type BusinessData, the value of this property is the business data alias name configured in the Process Designer for the process(es). It is weakly typed to allow for future expansion and to allow for author defined business data alias names.

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this SearchColumn.

Returns:
displayName *

The display name of the column in the searchable type. Currently this is either localized name of the column or business data alias. Business data alias can be entered through the portal.


setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this SearchColumn.

Parameters:
displayName - *

The display name of the column in the searchable type. Currently this is either localized name of the column or business data alias. Business data alias can be entered through the portal.


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


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.