|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.assertion.components.AsnOperation
public class AsnOperation
Represents an assertion operation.
| Constructor Summary | |
|---|---|
AsnOperation()
Default constructor. |
|
AsnOperation(AsnAssertionSet assertionSet)
Construct by duplicating components of an assertion set. |
|
AsnOperation(AsnOperation objectToDuplicate)
Construct by duplicating an existing object. |
|
| Method Summary | |
|---|---|
AsnOperation |
duplicate()
Produces a deep clone of the object. |
AsnAssertionSet |
getAssertionSet()
Gets the assertion set. |
AsnAuthPolicy |
getAuthPolicy()
Gets the authorization policy. |
String |
getHandlerClass()
Gets the fully qualified class name of the operation handler. |
AsnIndexReference |
getIndexReference()
Gets the configuration reference to index associated with the operation. |
AsnPredicate |
getPredicate()
Gets the predicate. |
AsnSubject |
getSubject()
Gets the subject. |
AsnSystemPart |
getSystemPart()
Gets the part representing system fields associated with a assertion. |
AsnProperty |
getUIResources()
Gets the UI resources. |
AsnUserPart |
getUserPart()
Gets the part representing user fields associated with a assertion. |
AsnValue |
getValue()
Gets the value. |
AsnOperationHandler |
makeHandler(AsnContext context)
Makes an operation handler based upon the associated handlerClass. |
void |
setAssertionSet(AsnAssertionSet assertionSet)
Sets the assertion set. |
void |
setAuthPolicy(AsnAuthPolicy authPolicy)
Sets the authorization policy. |
void |
setHandlerClass(String handlerClass)
Sets the fully qualified class name of the operation handler. |
void |
setIndexReference(AsnIndexReference indexReference)
Sets the configuration reference to index associated with the operation |
void |
setPredicate(AsnPredicate predicate)
Sets the predicate. |
void |
setSubject(AsnSubject subject)
Sets the subject. |
void |
setSystemPart(AsnSystemPart systemPart)
Sets the part representing system fields associated with a assertion. |
void |
setUIResources(AsnProperty uiResources)
Sets the UI resources. |
void |
setUserPart(AsnUserPart userPart)
Sets the part representing user fields associated with a assertion. |
void |
setValue(AsnValue value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnOperation()
public AsnOperation(AsnOperation objectToDuplicate)
objectToDuplicate - the object to duplicatepublic AsnOperation(AsnAssertionSet assertionSet)
assertionSet - the assertion set| Method Detail |
|---|
public AsnAssertionSet getAssertionSet()
public void setAssertionSet(AsnAssertionSet assertionSet)
assertionSet - the assertion setpublic AsnAuthPolicy getAuthPolicy()
public void setAuthPolicy(AsnAuthPolicy authPolicy)
authPolicy - the authorization policypublic String getHandlerClass()
public void setHandlerClass(String handlerClass)
handlerClass - the operation handler classpublic AsnIndexReference getIndexReference()
public void setIndexReference(AsnIndexReference indexReference)
indexReference - the index configuration referencepublic AsnPredicate getPredicate()
public void setPredicate(AsnPredicate predicate)
predicate - the predicatepublic AsnSubject getSubject()
public void setSubject(AsnSubject subject)
subject - the subjectpublic AsnSystemPart getSystemPart()
public void setSystemPart(AsnSystemPart systemPart)
systemPart - the system partpublic AsnProperty getUIResources()
public void setUIResources(AsnProperty uiResources)
uiResources - the UI resourcespublic AsnUserPart getUserPart()
public void setUserPart(AsnUserPart userPart)
userPart - the user partpublic AsnValue getValue()
public void setValue(AsnValue value)
value - the valuepublic AsnOperation duplicate()
public AsnOperationHandler makeHandler(AsnContext context)
throws ClassNotFoundException,
InstantiationException,
IllegalAccessException
context - the assertion operation context
ClassNotFoundException - if the class was not found
InstantiationException - if the class could not be instantiated
IllegalAccessException - if the class could not be accessed
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||