|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArgumentSet
Interface for a collection of arguments.
| Method Summary | |
|---|---|
Argument |
getArgument(java.lang.String argumentId)Gets the Argument contained in this ArgumentSet by its identifier or null if it does not exist. |
Argument[] |
getArguments()Gets the arguments contained in this ArgumentSet. |
java.util.Map<java.lang.String,? extends java.io.Serializable> |
getValues()Gets all set values from the arguments in this ArgumentSet. |
java.util.Map<java.lang.String,java.lang.String> |
validate()Validates all arguments in this ArgumentSet and returns error messages. |
| Method Detail |
|---|
Argument[] getArguments()
ArgumentSet.Argument array contained in this ArgumentSet.Argument getArgument(java.lang.String argumentId)
Argument contained in this ArgumentSet by its identifier or null if it does not exist.argumentId - identifier of the argument to retrieveArgument contained in this ArgumentSet by its identifier or null if it does not exist.java.util.Map<java.lang.String,java.lang.String> validate()
ArgumentSet and returns error messages.Map of error messages keyed by the argumentId or empty if all arguments are valid.java.util.Map<java.lang.String,? extends java.io.Serializable> getValues()
ArgumentSet. Note: If an argument has NOT been set (either as a value or explicitly set to null), it will not be returned in this Map.Map of values keyed by the argumentId.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||