com.ibm.twss.spm.admin.req
Class FindMatchingRequestersRequest

java.lang.Object
  extended by com.ibm.twss.spm.admin.req.FindMatchingRequestersRequest
All Implemented Interfaces:
java.io.Serializable

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

Find matching requesters request. Specifies a pattern that is matched against requester identifier names. The request may be restricted to searching under a particular group or to a certain type of identifier (individual requester or requester group) by supplying additional optional parameters.

Find matching requesters request message type.

pattern

Requester identifier pattern, following SQL LIKE clause rules.

atOrBelowGroup

If present, it restricts all searching/pattern matching to the specified requester group.

definitionType

If present, restricts the search to a certain type of requester: such as only individual requesters or requester groups.

See Also:
Serialized Form

Constructor Summary
FindMatchingRequestersRequest()
           
 
Method Summary
 java.lang.String getAtOrBelowGroup()
           
 RequesterType getDefinitionType()
           
 java.lang.String getPattern()
           
 void setAtOrBelowGroup(java.lang.String atOrBelowGroup)
           
 void setDefinitionType(RequesterType definitionType)
           
 void setPattern(java.lang.String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindMatchingRequestersRequest

public FindMatchingRequestersRequest()
Method Detail

getPattern

public java.lang.String getPattern()

setPattern

public void setPattern(java.lang.String pattern)

getAtOrBelowGroup

public java.lang.String getAtOrBelowGroup()

setAtOrBelowGroup

public void setAtOrBelowGroup(java.lang.String atOrBelowGroup)

getDefinitionType

public RequesterType getDefinitionType()

setDefinitionType

public void setDefinitionType(RequesterType definitionType)


Copyright © IBM Corp. All Rights Reserved.