Class WsAssignPermissionsResults
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsAssignPermissionsResults
- All Implemented Interfaces:
WsResponseBean,ResultMetadataHolder
public class WsAssignPermissionsResults
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
ConstructorsConstructorDescriptionconstructWsAssignPermissionsResults(WsAssignAttributesResults wsAssignAttributesResults) convert -
Method Summary
Modifier and TypeMethodDescriptionvoidassignResultCode(WsAssignAttributesResults.WsAssignAttributesResultsCode getAttributeAssignmentsResultCode) assign the code from the enumvoidassignResultCodeException(WsAssignAttributesResults.WsAssignAttributesResultsCode wsGetAttributeAssignmentsResultsCodeOverride, String theError, Exception e) prcess an exception, log, etcget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the datathe assignment results being queriedattribute def names referenced in the assignments or inputs (and able to read)attribute def references in the assignments or inputs (and able to be read)WsGroup[]subjects that are in the resultsvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsAssignPermissionResults(WsAssignPermissionResult[] wsPermissionAssignResults1) the assignment results being queriedvoidsetWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1) 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)voidsetWsGroups(WsGroup[] wsGroup1) voidsetWsSubjects(WsSubject[] wsSubjects1) subjects that are in the results
-
Constructor Details
-
WsAssignPermissionsResults
public WsAssignPermissionsResults()construct -
WsAssignPermissionsResults
convert- Parameters:
wsAssignAttributesResults-
-
-
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-
-
getWsAttributeDefNames
attribute def names referenced in the assignments or inputs (and able to read)- Returns:
- attribute def names
-
setWsAttributeDefNames
attribute def names referenced in the assignments or inputs (and able to read)- Parameters:
wsAttributeDefNames1-
-
getWsAssignPermissionResults
the assignment results being queried- Returns:
- the assignments being queried
-
setWsAssignPermissionResults
the assignment results being queried- Parameters:
wsPermissionAssignResults1-
-
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:
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsGroups
- Returns:
- the wsGroups
-
getWsSubjects
subjects that are in the results- Returns:
- the subjects
-
setWsGroups
- Parameters:
wsGroup1- the wsGroups to set
-
setWsSubjects
subjects that are in the results- Parameters:
wsSubjects1-
-
assignResultCodeException
public void assignResultCodeException(WsAssignAttributesResults.WsAssignAttributesResultsCode wsGetAttributeAssignmentsResultsCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsGetAttributeAssignmentsResultsCodeOverride-theError-e-
-
assignResultCode
public void assignResultCode(WsAssignAttributesResults.WsAssignAttributesResultsCode getAttributeAssignmentsResultCode) assign the code from the enum- Parameters:
getAttributeAssignmentsResultCode-
-