Esri Geoportal Server
1.0

com.esri.gpt.server.assertion.components
Class AsnOperations

java.lang.Object
  extended by com.esri.gpt.server.assertion.components.AsnOperations

public class AsnOperations
extends Object

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

AsnOperations

public AsnOperations()
Default constructor

Method Detail

add

public void add(AsnOperation operation)
Adds a configured operation to the collection.

Parameters:
operation - the operation to add

makeOperation

public AsnOperation makeOperation(AsnContext context)
                           throws AsnInvalidOperationException
Makes the operation associated with the assertion request.

Parameters:
context - the assertion operation context
Returns:
the associated operation
Throws:
AsnInvalidOperationException - if the subject/predicate combination was invalid

values

public List<AsnOperation> values()
Returns the list of operations.

Returns:
the list of operations

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.