public class GcFindAttributeDefNames
extends java.lang.Object
Constructor and Description |
---|
GcFindAttributeDefNames() |
Modifier and Type | Method and Description |
---|---|
GcFindAttributeDefNames |
addAttributeDefNameIdIndex(java.lang.Long theAttributeDefNameIdIndex)
set the AttributeDefName id index
|
GcFindAttributeDefNames |
addAttributeDefNameName(java.lang.String theAttributeDefNameName)
set the AttributeDefName name
|
GcFindAttributeDefNames |
addAttributeDefNameUuid(java.lang.String theAttributeDefNameUuid)
set the AttributeDefName uuid
|
GcFindAttributeDefNames |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcFindAttributeDefNames |
addParam(WsParam wsParam)
add a param to the list
|
GcFindAttributeDefNames |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcFindAttributeDefNames |
assignAscending(java.lang.Boolean isAscending)
assign if ascending if sorting
|
GcFindAttributeDefNames |
assignAttributeAssignType(java.lang.String theAttributeAssignType)
where can the attribute definition be assigned, e.g.
|
GcFindAttributeDefNames |
assignAttributeDefType(java.lang.String theAttributeDefType)
type of attribute definition, e.g.
|
GcFindAttributeDefNames |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcFindAttributeDefNames |
assignIdIndexOfAttributeDef(java.lang.Long theIdIndexOfAttributeDef)
set the AttributeDef id index
|
GcFindAttributeDefNames |
assignInheritanceSetRelation(java.lang.String theInheritanceRelation)
if there is one wsAttributeDefNameLookup, and this is specified, then find
the attribute def names which are related to the lookup by this relation, e.g.
|
GcFindAttributeDefNames |
assignNameOfAttributeDef(java.lang.String theNameOfAttributeDef)
set the AttributeDef name
|
GcFindAttributeDefNames |
assignPageNumber(java.lang.Integer thePageNumber)
assign page number if paging
|
GcFindAttributeDefNames |
assignPageSize(java.lang.Integer thePageSize)
assign page size if paging
|
GcFindAttributeDefNames |
assignScope(java.lang.String theScope)
search string with % as wildcards will search name, display name, description
|
GcFindAttributeDefNames |
assignServiceRole(java.lang.String theServiceRole)
serviceRole to filter attributes that a user has a certain role
|
GcFindAttributeDefNames |
assignSortString(java.lang.String theSortString)
assign sort string if sorting, e.g.
|
GcFindAttributeDefNames |
assignSplitScope(java.lang.Boolean theSplitScope)
T or F, if T will split the scope by whitespace, and find attribute def names with each token.
|
GcFindAttributeDefNames |
assignSubjectLookup(WsSubjectLookup theSubjectLookup)
subject lookup if looking for privileges or service role
|
GcFindAttributeDefNames |
assignUuidOfAttributeDef(java.lang.String theUuidOfAttributeDef)
set the AttributeDef uuid
|
WsFindAttributeDefNamesResults |
execute()
execute the call and return the results.
|
public GcFindAttributeDefNames assignServiceRole(java.lang.String theServiceRole)
theServiceRole
- public GcFindAttributeDefNames assignSubjectLookup(WsSubjectLookup theSubjectLookup)
theSubjectLookup
- public GcFindAttributeDefNames assignInheritanceSetRelation(java.lang.String theInheritanceRelation)
theInheritanceRelation
- public GcFindAttributeDefNames assignAttributeDefType(java.lang.String theAttributeDefType)
theAttributeDefType
- public GcFindAttributeDefNames assignAttributeAssignType(java.lang.String theAttributeAssignType)
theAttributeAssignType
- public GcFindAttributeDefNames assignScope(java.lang.String theScope)
theScope
- public GcFindAttributeDefNames assignSplitScope(java.lang.Boolean theSplitScope)
theSplitScope
- public GcFindAttributeDefNames assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcFindAttributeDefNames addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcFindAttributeDefNames addParam(WsParam wsParam)
wsParam
- public GcFindAttributeDefNames assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcFindAttributeDefNames assignAscending(java.lang.Boolean isAscending)
isAscending
- public GcFindAttributeDefNames assignPageNumber(java.lang.Integer thePageNumber)
thePageNumber
- public GcFindAttributeDefNames assignPageSize(java.lang.Integer thePageSize)
thePageSize
- public GcFindAttributeDefNames assignSortString(java.lang.String theSortString)
theSortString
- public WsFindAttributeDefNamesResults execute()
public GcFindAttributeDefNames addAttributeDefNameName(java.lang.String theAttributeDefNameName)
theAttributeDefNameName
- public GcFindAttributeDefNames addAttributeDefNameUuid(java.lang.String theAttributeDefNameUuid)
theAttributeDefNameUuid
- public GcFindAttributeDefNames addAttributeDefNameIdIndex(java.lang.Long theAttributeDefNameIdIndex)
theAttributeDefNameIdIndex
- public GcFindAttributeDefNames assignNameOfAttributeDef(java.lang.String theNameOfAttributeDef)
theNameOfAttributeDef
- public GcFindAttributeDefNames assignUuidOfAttributeDef(java.lang.String theUuidOfAttributeDef)
theUuidOfAttributeDef
- public GcFindAttributeDefNames assignIdIndexOfAttributeDef(java.lang.Long theIdIndexOfAttributeDef)
theIdIndexOfAttributeDef
-