|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.acuity.AcuityConstants
This class provides methods for constructing unique user interface identification strings for presentation object parameters,
as well as access to PresentationNatureConstants constants and methods,
and PresentationParameterConstants constants and methods.
| Field Summary | |
static java.lang.String |
CLIENT_EFFECT_LANGUAGE
|
static java.lang.String |
CLIENT_EFFECT_LOCATION
|
static java.lang.String |
CLIENT_EFFECT_TYPE
|
static java.lang.String |
CLONE_PO
|
static java.lang.String |
CLONE_PROPERTY
|
static java.lang.String |
CLONE_VANTAGE
|
static java.lang.String |
CLONE_VANTAGE_PROPERTY
|
static java.lang.String |
CREATE_HLR
|
static boolean |
DEFAULT_PARAMETER_EDITABILITY
The default editability of presentation object parameter editability by a user from a client application |
static java.lang.String |
INTERACTIONOBJECT
Constant value consistent with the type apvf:InteractionObject |
static java.lang.String |
INVOKE_SCRIPT
|
static java.lang.String |
NAMESPACE_DELIMITER
The delimiter for parsing fully qualified ontology type strings. |
static java.lang.String |
PARAM_DELIMITER
The delimiter for creating and parsing parameter identification strings for acuity clients. |
static java.lang.String |
PRESENTATIONOBJECT
Constant value consistent with the type apvf:PresentationObject |
static java.lang.String |
PROCESS_FORM_CONTENT
|
static java.lang.String |
PROCESS_TABLE_CONTENT
|
static java.lang.String |
REMOVE_PO
|
static java.lang.String |
REMOVE_PROPERTY
|
static java.lang.String |
REMOVE_VANTAGE
|
static java.lang.String |
REMOVE_VANTAGE_PROPERTY
|
static java.lang.String |
SHARE_HLR
|
static java.lang.String |
URI_DELIMITER
The delimiter that separates the ontology URI namespace from the ontology object local name. |
| Constructor Summary | |
AcuityConstants()
|
|
| Method Summary | |
static java.lang.String |
getParameterString(PresentationObject po,
java.lang.String param)
Tries to get the subject for the param argument from the po PresentationObject.
|
static java.lang.String |
getParameterString(java.lang.String param)
Creates an identification string for a parameter as the PARAM_DELIMITER string
followed by the param string. |
static java.lang.String |
getParameterString(java.lang.String name,
java.lang.String param)
If name is null, then returns the value from calling the getParameterString(java.lang.String) method.
|
static boolean |
isConstantValue(java.lang.String testCase)
Tests to see if the supplied testcase is one of the ontology constants defined in this class or in PresentationNatureConstants
or PresentationParameterConstants |
static boolean |
isDataseriesType(java.lang.String testCase)
|
static boolean |
isGraphType(java.lang.String testCase)
|
static boolean |
isInteractionType(java.lang.String testCase)
|
static boolean |
isParameterUpdateRemembered(java.lang.String testCase)
|
static boolean |
isPresentationNature(java.lang.String testCase)
|
static boolean |
isPresentationParameter(java.lang.String testCase)
|
static boolean |
isReferenceType(java.lang.String testCase)
|
static boolean |
isSelectionType(java.lang.String testCase)
|
static boolean |
isTableType(java.lang.String testCase)
|
static boolean |
isTextInputType(java.lang.String testCase)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String NAMESPACE_DELIMITER
public static final java.lang.String PARAM_DELIMITER
public static final java.lang.String URI_DELIMITER
public static final java.lang.String PRESENTATIONOBJECT
public static final java.lang.String INTERACTIONOBJECT
public static final java.lang.String CLONE_PROPERTY
CloningIA.CLONE_PROPERTY,
Constant Field Valuespublic static final java.lang.String REMOVE_PROPERTY
RemovalIA.REMOVE_PROPERTY,
Constant Field Valuespublic static final java.lang.String CLONE_PO
CloningIA.CLONE_PO,
Constant Field Valuespublic static final java.lang.String REMOVE_PO
RemovalIA.REMOVE_PO,
Constant Field Valuespublic static final java.lang.String CLONE_VANTAGE_PROPERTY
CloningIA.CLONE_VANTAGE_PROPERTY,
Constant Field Valuespublic static final java.lang.String REMOVE_VANTAGE_PROPERTY
RemovalIA.REMOVE_VANTAGE_PROPERTY,
Constant Field Valuespublic static final java.lang.String CLONE_VANTAGE
CloningIA.CLONE_VANTAGE,
Constant Field Valuespublic static final java.lang.String REMOVE_VANTAGE
RemovalIA.REMOVE_VANTAGE,
Constant Field Valuespublic static final java.lang.String CREATE_HLR
HighlightRegionIA.CREATE_HLR,
Constant Field Valuespublic static final java.lang.String SHARE_HLR
HighlightRegionIA.SHARE_HLR,
Constant Field Valuespublic static final java.lang.String INVOKE_SCRIPT
ScriptInvocationIA.INVOKE_SCRIPT,
Constant Field Valuespublic static final java.lang.String PROCESS_FORM_CONTENT
FormProcessingIA.PROCESS_FORM_CONTENT,
Constant Field Valuespublic static final java.lang.String PROCESS_TABLE_CONTENT
TableInputProcessingIA.PROCESS_TABLE_CONTENT,
Constant Field Valuespublic static final boolean DEFAULT_PARAMETER_EDITABILITY
public static final java.lang.String CLIENT_EFFECT_LOCATION
InteractionObject.CLIENT_EFFECT_LOCATION,
Constant Field Valuespublic static final java.lang.String CLIENT_EFFECT_TYPE
InteractionObject.CLIENT_EFFECT_TYPE,
Constant Field Valuespublic static final java.lang.String CLIENT_EFFECT_LANGUAGE
InteractionObject.CLIENT_EFFECT_LANGUAGE,
Constant Field Values| Constructor Detail |
public AcuityConstants()
| Method Detail |
public static final boolean isConstantValue(java.lang.String testCase)
PresentationNatureConstants
or PresentationParameterConstants
testCase - the string to test for existence as a constant value
true if the testcase matches one of the constant values defined; false otherwiseisPresentationNature(java.lang.String),
isPresentationParameter(java.lang.String)public static final boolean isParameterUpdateRemembered(java.lang.String testCase)
PresentationParameterConstants.isParameterUpdateRemembered(java.lang.String)public static final boolean isPresentationNature(java.lang.String testCase)
PresentationNatureConstants.isPresentationNature(java.lang.String)public static final boolean isPresentationParameter(java.lang.String testCase)
PresentationParameterConstants.isPresentationParameter(java.lang.String)public static final boolean isGraphType(java.lang.String testCase)
PresentationNatureConstants.isGraphType(java.lang.String)public static final boolean isDataseriesType(java.lang.String testCase)
PresentationNatureConstants.isDataseriesType(java.lang.String)public static final boolean isInteractionType(java.lang.String testCase)
PresentationNatureConstants.isInteractionType(java.lang.String)public static final boolean isSelectionType(java.lang.String testCase)
PresentationNatureConstants.isSelectionType(java.lang.String)public static final boolean isTableType(java.lang.String testCase)
PresentationNatureConstants.isTableType(java.lang.String)public static final boolean isReferenceType(java.lang.String testCase)
PresentationNatureConstants.isReferenceType(java.lang.String)public static final boolean isTextInputType(java.lang.String testCase)
PresentationNatureConstants.isTextInputType(java.lang.String)public static final java.lang.String getParameterString(java.lang.String param)
PARAM_DELIMITER string
followed by the param string.
- Parameters:
param - the parameter to create an identification string for
- Returns:
- An identification string for the parameter
- See Also:
PARAM_DELIMITER
public static final java.lang.String getParameterString(java.lang.String name,
java.lang.String param)
name is null, then returns the value from calling the getParameterString(java.lang.String) method.
Otherwise, prepends the name to the return value of the call to the getParameterString(java.lang.String) method.
name - the subject name for the parameterparam - the parameter to create an identification string for
getParameterString(java.lang.String)
public static final java.lang.String getParameterString(PresentationObject po,
java.lang.String param)
param argument from the po PresentationObject.
Using that subject, calls the getParameterString(java.lang.String, java.lang.String) method.
If the po argument is null, then it calls the getParameterString(java.lang.String) method.
po - the presentation object of the parameterparam - the parameter to create an identification string for
getParameterString(java.lang.String, java.lang.String),
getParameterString(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||