Class WsAssignPermissionsResults

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_4.WsAssignPermissionsResults

public class WsAssignPermissionsResults extends Object
 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 Details

    • WsAssignPermissionsResults

      public WsAssignPermissionsResults()
      construct
  • Method Details

    • getWsAttributeDefs

      public WsAttributeDef[] getWsAttributeDefs()
      attribute def references in the assignments or inputs (and able to be read)
      Returns:
      attribute defs
    • setWsAttributeDefs

      public void setWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1)
      attribute def references in the assignments or inputs (and able to be read)
      Parameters:
      wsAttributeDefs1 -
    • getWsAttributeDefNames

      public WsAttributeDefName[] getWsAttributeDefNames()
      attribute def names referenced in the assignments or inputs (and able to read)
      Returns:
      attribute def names
    • setWsAttributeDefNames

      public void setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1)
      attribute def names referenced in the assignments or inputs (and able to read)
      Parameters:
      wsAttributeDefNames1 -
    • getWsAssignPermissionResults

      public WsAssignPermissionResult[] getWsAssignPermissionResults()
      the assignment results being queried
      Returns:
      the assignments being queried
    • setWsAssignPermissionResults

      public void setWsAssignPermissionResults(WsAssignPermissionResult[] wsPermissionAssignResults1)
      the assignment results being queried
      Parameters:
      wsPermissionAssignResults1 -
    • getSubjectAttributeNames

      public String[] getSubjectAttributeNames()
      attributes of subjects returned, in same order as the data
      Returns:
      the attributeNames
    • setSubjectAttributeNames

      public void setSubjectAttributeNames(String[] attributeNamesa)
      attributes of subjects returned, in same order as the data
      Parameters:
      attributeNamesa - the attributeNames to set
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Returns:
      the resultMetadata
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Returns:
      the response metadata
      See Also:
    • setResultMetadata

      public void setResultMetadata(WsResultMeta resultMetadata1)
      Parameters:
      resultMetadata1 - the resultMetadata to set
    • setResponseMetadata

      public void setResponseMetadata(WsResponseMeta responseMetadata1)
      Parameters:
      responseMetadata1 - the responseMetadata to set
    • getWsGroups

      public WsGroup[] getWsGroups()
      Returns:
      the wsGroups
    • getWsSubjects

      public WsSubject[] getWsSubjects()
      subjects that are in the results
      Returns:
      the subjects
    • setWsGroups

      public void setWsGroups(WsGroup[] wsGroup1)
      Parameters:
      wsGroup1 - the wsGroups to set
    • setWsSubjects

      public void setWsSubjects(WsSubject[] wsSubjects1)
      subjects that are in the results
      Parameters:
      wsSubjects1 -