|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcFindAttributeDefNames
public class GcFindAttributeDefNames
class to run find attributeDefNames
Constructor Summary | |
---|---|
GcFindAttributeDefNames()
|
Method Summary | |
---|---|
GcFindAttributeDefNames |
addAttributeDefNameName(String theAttributeDefNameName)
set the AttributeDefName name |
GcFindAttributeDefNames |
addAttributeDefNameUuid(String theAttributeDefNameUuid)
set the AttributeDefName uuid |
GcFindAttributeDefNames |
addParam(String paramName,
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(Boolean isAscending)
assign if ascending if sorting |
GcFindAttributeDefNames |
assignAttributeAssignType(String theAttributeAssignType)
where can the attribute definition be assigned, e.g. |
GcFindAttributeDefNames |
assignAttributeDefType(String theAttributeDefType)
type of attribute definition, e.g. |
GcFindAttributeDefNames |
assignClientVersion(String theClientVersion)
assign client version |
GcFindAttributeDefNames |
assignInheritanceSetRelation(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(String theNameOfAttributeDef)
set the AttributeDef name |
GcFindAttributeDefNames |
assignPageNumber(Integer thePageNumber)
assign page number if paging |
GcFindAttributeDefNames |
assignPageSize(Integer thePageSize)
assign page size if paging |
GcFindAttributeDefNames |
assignScope(String theScope)
search string with % as wildcards will search name, display name, description |
GcFindAttributeDefNames |
assignSortString(String theSortString)
assign sort string if sorting, e.g. |
GcFindAttributeDefNames |
assignSplitScope(Boolean theSplitScope)
T or F, if T will split the scope by whitespace, and find attribute def names with each token. |
GcFindAttributeDefNames |
assignUuidOfAttributeDef(String theUuidOfAttributeDef)
set the AttributeDef uuid |
WsFindAttributeDefNamesResults |
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 |
---|
public GcFindAttributeDefNames()
Method Detail |
---|
public GcFindAttributeDefNames assignInheritanceSetRelation(String theInheritanceRelation)
theInheritanceRelation
-
public GcFindAttributeDefNames assignAttributeDefType(String theAttributeDefType)
theAttributeDefType
-
public GcFindAttributeDefNames assignAttributeAssignType(String theAttributeAssignType)
theAttributeAssignType
-
public GcFindAttributeDefNames assignScope(String theScope)
theScope
-
public GcFindAttributeDefNames assignSplitScope(Boolean theSplitScope)
theSplitScope
-
public GcFindAttributeDefNames assignClientVersion(String theClientVersion)
theClientVersion
-
public GcFindAttributeDefNames addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcFindAttributeDefNames addParam(WsParam wsParam)
wsParam
-
public GcFindAttributeDefNames assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcFindAttributeDefNames assignAscending(Boolean isAscending)
isAscending
-
public GcFindAttributeDefNames assignPageNumber(Integer thePageNumber)
thePageNumber
-
public GcFindAttributeDefNames assignPageSize(Integer thePageSize)
thePageSize
-
public GcFindAttributeDefNames assignSortString(String theSortString)
theSortString
-
public WsFindAttributeDefNamesResults execute()
public GcFindAttributeDefNames addAttributeDefNameName(String theAttributeDefNameName)
theAttributeDefNameName
-
public GcFindAttributeDefNames addAttributeDefNameUuid(String theAttributeDefNameUuid)
theAttributeDefNameUuid
-
public GcFindAttributeDefNames assignNameOfAttributeDef(String theNameOfAttributeDef)
theNameOfAttributeDef
-
public GcFindAttributeDefNames assignUuidOfAttributeDef(String theUuidOfAttributeDef)
theUuidOfAttributeDef
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |