public class GcFindStems
extends java.lang.Object
Constructor and Description |
---|
GcFindStems() |
Modifier and Type | Method and Description |
---|---|
GcFindStems |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcFindStems |
addParam(WsParam wsParam)
add a param to the list
|
GcFindStems |
addStemIdIndex(java.lang.Long theStemIdIndex)
set the stem id index
|
GcFindStems |
addStemName(java.lang.String theStemName)
set the stem name
|
GcFindStems |
addStemUuid(java.lang.String theStemUuid)
set the stem uuid
|
GcFindStems |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcFindStems |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcFindStems |
assignStemQueryFilter(WsStemQueryFilter theStemQueryFilter)
assign a query filter
|
WsFindStemsResults |
execute()
execute the call and return the results.
|
public GcFindStems assignStemQueryFilter(WsStemQueryFilter theStemQueryFilter)
theStemQueryFilter
- public GcFindStems assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcFindStems addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcFindStems addParam(WsParam wsParam)
wsParam
- public GcFindStems assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public WsFindStemsResults execute()
public GcFindStems addStemName(java.lang.String theStemName)
theStemName
- public GcFindStems addStemUuid(java.lang.String theStemUuid)
theStemUuid
- public GcFindStems addStemIdIndex(java.lang.Long theStemIdIndex)
theStemIdIndex
-