Class WsAssignPermissionsLiteResults
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsAssignPermissionsLiteResults
- All Implemented Interfaces:
ResultMetadataHolder,WsResponseBean
public class WsAssignPermissionsLiteResults
extends Object
implements WsResponseBean, ResultMetadataHolder
results for assigning permissions call. result code: code of the result for this attribute assignment overall SUCCESS: means everything ok INSUFFICIENT_PRIVILEGES: problem with some input where privileges are not sufficient INVALID_QUERY: bad inputs EXCEPTION: something bad happened
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the dataattribute def name referenced in the assignments or inputs (and able to read)attribute def references in the assignments or inputs (and able to be read)the assignment results being queriedsubject that is in the resultsvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsAttributeDefName(WsAttributeDefName wsAttributeDefName1) attribute def names referenced in the assignments or inputs (and able to read)voidsetWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1) attribute def references in the assignments or inputs (and able to be read)voidsetWsGroup(WsGroup wsGroup1) voidsetWsPermissionAssignResult(WsAssignPermissionResult wsPermissionAssignResult1) the assignment results being queriedvoidsetWsSubject(WsSubject wsSubject1) subject that is in the results
-
Constructor Details
-
WsAssignPermissionsLiteResults
public WsAssignPermissionsLiteResults()
-
-
Method Details
-
getWsAttributeDefs
attribute def references in the assignments or inputs (and able to be read)- Returns:
- attribute defs
-
setWsAttributeDefs
attribute def references in the assignments or inputs (and able to be read)- Parameters:
wsAttributeDefs1-
-
getWsAttributeDefName
attribute def name referenced in the assignments or inputs (and able to read)- Returns:
- attribute def name
-
setWsAttributeDefName
attribute def names referenced in the assignments or inputs (and able to read)- Parameters:
wsAttributeDefName1-
-
getWsPermissionAssignResult
the assignment results being queried- Returns:
- the assignments being queried
-
setWsPermissionAssignResult
the assignment results being queried- Parameters:
wsPermissionAssignResult1-
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa- the attributeNames to set
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsGroup
- Returns:
- the wsGroup
-
getWsSubject
subject that is in the results- Returns:
- the subject
-
setWsGroup
- Parameters:
wsGroup1- the wsGroup to set
-
setWsSubject
subject that is in the results- Parameters:
wsSubject1-
-