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 and Description |
---|
WsAssignPermissionsResults()
construct
|
Modifier and Type | Method and Description |
---|---|
WsResponseMeta |
getResponseMetadata()
get the response metadata
|
WsResultMeta |
getResultMetadata()
get the result metadata
|
String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data
|
WsAssignPermissionResult[] |
getWsAssignPermissionResults()
the assignment results being queried
|
WsAttributeDefName[] |
getWsAttributeDefNames()
attribute def names referenced in the assignments or inputs (and able to read)
|
WsAttributeDef[] |
getWsAttributeDefs()
attribute def references in the assignments or inputs (and able to be read)
|
WsGroup[] |
getWsGroups() |
WsSubject[] |
getWsSubjects()
subjects that are in the results
|
void |
setResponseMetadata(WsResponseMeta responseMetadata1) |
void |
setResultMetadata(WsResultMeta resultMetadata1) |
void |
setSubjectAttributeNames(String[] attributeNamesa)
attributes of subjects returned, in same order as the data
|
void |
setWsAssignPermissionResults(WsAssignPermissionResult[] wsPermissionAssignResults1)
the assignment results being queried
|
void |
setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1)
attribute def names referenced in the assignments or inputs (and able to read)
|
void |
setWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1)
attribute def references in the assignments or inputs (and able to be read)
|
void |
setWsGroups(WsGroup[] wsGroup1) |
void |
setWsSubjects(WsSubject[] wsSubjects1)
subjects that are in the results
|
public WsAttributeDef[] getWsAttributeDefs()
public void setWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1)
wsAttributeDefs1
- public WsAttributeDefName[] getWsAttributeDefNames()
public void setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1)
wsAttributeDefNames1
- public WsAssignPermissionResult[] getWsAssignPermissionResults()
public void setWsAssignPermissionResults(WsAssignPermissionResult[] wsPermissionAssignResults1)
wsPermissionAssignResults1
- public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] attributeNamesa)
attributeNamesa
- the attributeNames to setpublic WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
getResultMetadata
in interface WsResponseBean
public WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata
in interface WsResponseBean
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
public void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1
- the resultMetadata to setpublic void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1
- the responseMetadata to setpublic WsGroup[] getWsGroups()
public WsSubject[] getWsSubjects()
public void setWsGroups(WsGroup[] wsGroup1)
wsGroup1
- the wsGroups to setpublic void setWsSubjects(WsSubject[] wsSubjects1)
wsSubjects1
- Copyright © 2016 Internet2. All rights reserved.