edu.internet2.middleware.grouperClient.api
Class GcFindStems

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.api.GcFindStems

public class GcFindStems
extends java.lang.Object

class to run find stems


Constructor Summary
GcFindStems()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GcFindStems

public GcFindStems()
Method Detail

assignStemQueryFilter

public GcFindStems assignStemQueryFilter(WsStemQueryFilter theStemQueryFilter)
assign a query filter

Parameters:
theStemQueryFilter -
Returns:
this for chaining

assignClientVersion

public GcFindStems assignClientVersion(java.lang.String theClientVersion)
assign client version

Parameters:
theClientVersion -
Returns:
this for chaining

addParam

public GcFindStems addParam(java.lang.String paramName,
                            java.lang.String paramValue)
add a param to the list

Parameters:
paramName -
paramValue -
Returns:
this for chaining

addParam

public GcFindStems addParam(WsParam wsParam)
add a param to the list

Parameters:
wsParam -
Returns:
this for chaining

assignActAsSubject

public GcFindStems assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any

Parameters:
theActAsSubject -
Returns:
this for chaining

execute

public WsFindStemsResults execute()
execute the call and return the results. If there is a problem calling the service, an exception will be thrown

Returns:
the results

addStemName

public GcFindStems addStemName(java.lang.String theStemName)
set the stem name

Parameters:
theStemName -
Returns:
this for chaining

addStemUuid

public GcFindStems addStemUuid(java.lang.String theStemUuid)
set the stem uuid

Parameters:
theStemUuid -
Returns:
this for chaining

addStemIdIndex

public GcFindStems addStemIdIndex(java.lang.Long theStemIdIndex)
set the stem id index

Parameters:
theStemIdIndex -
Returns:
this for chaining