Class WsFindAttributeDefNamesResults
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsFindAttributeDefNamesResults
- All Implemented Interfaces:
WsResponseBean,ResultMetadataHolder
public class WsFindAttributeDefNamesResults
extends Object
implements WsResponseBean, ResultMetadataHolder
returned from the attribute def name find query
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumresult code of a request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassignAttributeDefNameResult(AttributeDefName attributeDefName) put an attribute def name in the resultsvoidassignAttributeDefNameResult(Set<AttributeDefName> attributeDefNameSet) put an attribute def name in the resultsvoidassignResultCode(WsFindAttributeDefNamesResults.WsFindAttributeDefNamesResultsCode wsFindAttributeDefNamesResultsCode) assign the code from the enumvoidassignResultCodeException(WsFindAttributeDefNamesResults.WsFindAttributeDefNamesResultsCode wsFindAttributeDefNamesResultsCodeOverride, String theError, Exception e) prcess an exception, log, etchas 0 to many attribute def names that match the query by examplehas 0 to many attribute defs related to the names that match the queryget the response metadataget the result metadatavoidsetAttributeDefNameResults(WsAttributeDefName[] attributeDefNameResults1) basic results to the queryvoidsetAttributeDefs(WsAttributeDef[] attributeDefs1) has 0 to many attribute defs related to the names that match the queryvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1)
-
Constructor Details
-
WsFindAttributeDefNamesResults
public WsFindAttributeDefNamesResults()
-
-
Method Details
-
getAttributeDefs
has 0 to many attribute defs related to the names that match the query- Returns:
- attribute defs
-
setAttributeDefs
has 0 to many attribute defs related to the names that match the query- Parameters:
attributeDefs1-
-
getAttributeDefNameResults
has 0 to many attribute def names that match the query by example- Returns:
- the attribute def name Results
-
setAttributeDefNameResults
basic results to the query- Parameters:
attributeDefNameResults1- the groupResults 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:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
assignAttributeDefNameResult
put an attribute def name in the results- Parameters:
attributeDefName-
-
assignAttributeDefNameResult
put an attribute def name in the results- Parameters:
attributeDefNameSet-useViewSecurity- if doing rules, then you can ignore security on the attributes
-
assignResultCode
public void assignResultCode(WsFindAttributeDefNamesResults.WsFindAttributeDefNamesResultsCode wsFindAttributeDefNamesResultsCode) assign the code from the enum- Parameters:
wsFindAttributeDefNamesResultsCode-
-
assignResultCodeException
public void assignResultCodeException(WsFindAttributeDefNamesResults.WsFindAttributeDefNamesResultsCode wsFindAttributeDefNamesResultsCodeOverride, String theError, Exception e) prcess an exception, log, etc- Parameters:
wsFindAttributeDefNamesResultsCodeOverride-wsAddMemberResultsCodeOverride-theError-e-
-