Uses of Class
edu.internet2.middleware.grouperClient.ws.beans.WsAttributeDefName
Packages that use WsAttributeDefName
-
Uses of WsAttributeDefName in edu.internet2.middleware.grouperClient.ws.beans
Methods in edu.internet2.middleware.grouperClient.ws.beans that return WsAttributeDefNameModifier and TypeMethodDescriptionWsFindAttributeDefNamesResults.getAttributeDefNameResults()has 0 to many attribute def names that match the query by exampleWsAssignAttributesLiteResults.getWsAttributeDefName()attribute def name referenced in the assignments or inputs (and able to read)WsAssignPermissionsLiteResults.getWsAttributeDefName()attribute def name referenced in the assignments or inputs (and able to read)WsAttributeDefNameDeleteResult.getWsAttributeDefName()WsAttributeDefNameSaveResult.getWsAttributeDefName()WsAttributeDefNameToSave.getWsAttributeDefName()attribute def name to saveWsAssignAttributesBatchResults.getWsAttributeDefNames()attribute def names referenced in the assignments or inputs (and able to read)WsAssignAttributesResults.getWsAttributeDefNames()attribute def names referenced in the assignments or inputs (and able to read)WsAssignPermissionsResults.getWsAttributeDefNames()attribute def names referenced in the assignments or inputs (and able to read)WsGetAttributeAssignmentsResults.getWsAttributeDefNames()attribute def names referenced in the assignments or inputs (and able to read)WsGetPermissionAssignmentsResults.getWsAttributeDefNames()attribute def names referenced in the assignments or inputs (and able to read)Methods in edu.internet2.middleware.grouperClient.ws.beans with parameters of type WsAttributeDefNameModifier and TypeMethodDescriptionvoidWsFindAttributeDefNamesResults.setAttributeDefNameResults(WsAttributeDefName[] attributeDefNameResults1) basic results to the queryvoidWsAssignAttributesLiteResults.setWsAttributeDefName(WsAttributeDefName wsAttributeDefName1) attribute def names referenced in the assignments or inputs (and able to read)voidWsAssignPermissionsLiteResults.setWsAttributeDefName(WsAttributeDefName wsAttributeDefName1) attribute def names referenced in the assignments or inputs (and able to read)voidWsAttributeDefNameDeleteResult.setWsAttributeDefName(WsAttributeDefName wsAttributeDefNameResult1) voidWsAttributeDefNameSaveResult.setWsAttributeDefName(WsAttributeDefName wsAttributeDefName1) voidWsAttributeDefNameToSave.setWsAttributeDefName(WsAttributeDefName wsAttributeDefName1) attribute def name to savevoidWsAssignAttributesBatchResults.setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1) attribute def names referenced in the assignments or inputs (and able to read)voidWsAssignAttributesResults.setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1) attribute def names referenced in the assignments or inputs (and able to read)voidWsAssignPermissionsResults.setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1) attribute def names referenced in the assignments or inputs (and able to read)voidWsGetAttributeAssignmentsResults.setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1) attribute def names referenced in the assignments or inputs (and able to read)voidWsGetPermissionAssignmentsResults.setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1) attribute def names referenced in the assignments or inputs (and able to read)