|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.assertion.components.AsnAssertionSet
public class AsnAssertionSet
Represents a configured assertion set (i.e. comments, ratings, ...).
| Constructor Summary | |
|---|---|
AsnAssertionSet()
Default constructor. |
|
AsnAssertionSet(AsnAssertionSet objectToDuplicate)
Construct by duplicating an existing object. |
|
AsnAssertionSet(String name)
Constructs with a supplied name. |
|
| Method Summary | |
|---|---|
AsnAssertionSet |
duplicate()
Produces a deep clone of the object. |
String |
getAssertionIdPrefix()
Gets the URN prefix associated with subject assertion IDs. |
AsnAuthPolicy |
getAuthPolicy()
Gets the authorization policy. |
AsnIndexReference |
getIndexReference()
Gets the configuration reference to index associated with the operation. |
String |
getName()
Gets the name associated with the set. |
String |
getURNPrefix()
Gets the URN prefix for this set. |
AsnValueType |
getValueType()
Gets the value type. |
Assertion |
newAssertion(AsnContext context,
boolean forCreate)
Instantiates a new assertion. |
void |
setAssertionIdPrefix(String urnPrefix)
Sets the URN prefix associated with subject assertion IDs. |
void |
setAuthPolicy(AsnAuthPolicy authPolicy)
Sets the authorization policy. |
void |
setIndexReference(AsnIndexReference indexReference)
Sets the configuration reference to index associated with the operation |
void |
setName(String name)
Sets the name associated with the set. |
void |
setURNPrefix(String urnPrefix)
Sets the URN prefix for this set. |
void |
setValueType(AsnValueType valueType)
Sets the value type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnAssertionSet()
public AsnAssertionSet(String name)
name - the name associated with the setpublic AsnAssertionSet(AsnAssertionSet objectToDuplicate)
objectToDuplicate - the object to duplicate| Method Detail |
|---|
public String getAssertionIdPrefix()
public void setAssertionIdPrefix(String urnPrefix)
urnPrefix - the assertion ID prefixpublic AsnAuthPolicy getAuthPolicy()
public void setAuthPolicy(AsnAuthPolicy authPolicy)
authPolicy - the authorization policypublic AsnIndexReference getIndexReference()
public void setIndexReference(AsnIndexReference indexReference)
indexReference - the index configuration referencepublic String getName()
public void setName(String name)
name - the namepublic String getURNPrefix()
public void setURNPrefix(String urnPrefix)
urnPrefix - the URN prefixpublic AsnValueType getValueType()
public void setValueType(AsnValueType valueType)
valueType - the value typepublic AsnAssertionSet duplicate()
public Assertion newAssertion(AsnContext context,
boolean forCreate)
context - the assertion operation contextforCreate - true if this assertion will be indexed as part of a "create" operation
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||