public class GcFindAttributeDefs
extends java.lang.Object
Constructor and Description |
---|
GcFindAttributeDefs() |
Modifier and Type | Method and Description |
---|---|
GcFindAttributeDefs |
addAttributeDefIdIndex(java.lang.Long theAttributeDefIdIndex)
set the AttributeDef id index
|
GcFindAttributeDefs |
addAttributeDefName(java.lang.String theAttributeDefName)
set the AttributeDef name
|
GcFindAttributeDefs |
addAttributeDefUuid(java.lang.String theAttributeDefUuid)
set the AttributeDef uuid
|
GcFindAttributeDefs |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcFindAttributeDefs |
addParam(WsParam wsParam)
add a param to the list
|
GcFindAttributeDefs |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcFindAttributeDefs |
assignAscending(java.lang.Boolean isAscending)
assign if ascending if sorting
|
GcFindAttributeDefs |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcFindAttributeDefs |
assignPageNumber(java.lang.Integer thePageNumber)
assign page number if paging
|
GcFindAttributeDefs |
assignPageSize(java.lang.Integer thePageSize)
assign page size if paging
|
GcFindAttributeDefs |
assignPrivilege(java.lang.String thePrivilegeName)
assign privilege name
|
GcFindAttributeDefs |
assignScope(java.lang.String theScope)
search string with % as wildcards will search name, display name, description
|
GcFindAttributeDefs |
assignSortString(java.lang.String theSortString)
assign sort string if sorting, e.g.
|
GcFindAttributeDefs |
assignSplitScope(java.lang.Boolean theSplitScope)
T or F, if T will split the scope by whitespace, and find attribute defs with each token.
|
WsFindAttributeDefsResults |
execute()
execute the call and return the results.
|
public GcFindAttributeDefs assignScope(java.lang.String theScope)
theScope
- public GcFindAttributeDefs assignSplitScope(java.lang.Boolean theSplitScope)
theSplitScope
- public GcFindAttributeDefs assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcFindAttributeDefs addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcFindAttributeDefs addParam(WsParam wsParam)
wsParam
- public GcFindAttributeDefs assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcFindAttributeDefs assignPrivilege(java.lang.String thePrivilegeName)
privilegeName
- public GcFindAttributeDefs assignAscending(java.lang.Boolean isAscending)
isAscending
- public GcFindAttributeDefs assignPageNumber(java.lang.Integer thePageNumber)
thePageNumber
- public GcFindAttributeDefs assignPageSize(java.lang.Integer thePageSize)
thePageSize
- public GcFindAttributeDefs assignSortString(java.lang.String theSortString)
theSortString
- public WsFindAttributeDefsResults execute()
public GcFindAttributeDefs addAttributeDefName(java.lang.String theAttributeDefName)
theAttributeDefName
- public GcFindAttributeDefs addAttributeDefUuid(java.lang.String theAttributeDefUuid)
theAttributeDefUuid
- public GcFindAttributeDefs addAttributeDefIdIndex(java.lang.Long theAttributeDefIdIndex)
theAttributeDefIdIndex
-