com.ibm.twss.spm.admin.svc
Class FindMatchingServicesRequest
java.lang.Object
com.ibm.twss.spm.admin.svc.FindMatchingServicesRequest
- All Implemented Interfaces:
- java.io.Serializable
public class FindMatchingServicesRequest
- extends java.lang.Object
- implements java.io.Serializable
Find matching services request. Specifies a pattern that is matched against service
identifier names. The request may be restricted to searching under a particular group or
to a certain type of identifier (individual service or service group) by supplying additional
optional parameters.
Find matching services request message type.
pattern
Service identifier pattern, following SQL LIKE clause rules.
atOrBelowGroup
If present, it restricts all searching/pattern matching to the specified
service group.
definitionType
If present, restricts the search to a certain type of service: such as only
individual services or service groups.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindMatchingServicesRequest
public FindMatchingServicesRequest()
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 ServiceType getDefinitionType()
setDefinitionType
public void setDefinitionType(ServiceType definitionType)
Copyright © IBM Corp. All Rights Reserved.