|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.components.AsnOperations
public class AsnOperations
Represents a collection of configured assertion operations.
Constructor Summary | |
---|---|
AsnOperations()
Default constructor |
Method Summary | |
---|---|
void |
add(AsnOperation operation)
Adds a configured operation to the collection. |
AsnOperation |
makeOperation(AsnContext context)
Makes the operation associated with the assertion request. |
List<AsnOperation> |
values()
Returns the list of operations. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnOperations()
Method Detail |
---|
public void add(AsnOperation operation)
operation
- the operation to addpublic AsnOperation makeOperation(AsnContext context) throws AsnInvalidOperationException
context
- the assertion operation context
AsnInvalidOperationException
- if the subject/predicate combination was invalidpublic List<AsnOperation> values()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |