|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.katharsys.pub.cx.Version
The Version
CX provides a method to access the version
number of the KatharsysPub in use. While it is easy to see this
information by looking at the contents of the JAR (contained within
the MANIFEST file in the META-INF directory), it can be difficult
to access the information once the JAR has been uploaded into the
Oracle Configurator Repository. This CX can access the information
in the JAR, even when uploaded in the Repository.
Rule Definition | |
Model Node | select any node; it doesn't matter |
Java Class | com.katharsys.pub.cx.Version |
Java Class Instantiation | With Model Node Instance |
Constructor Summary | |
Version()
|
Method Summary | |
void |
getVersion(oracle.apps.cz.cio.TextFeature textFeat)
Sets the given text feature to contain the version identifier for the KatharsysPub JAR when it has already been uploaded into the Oracle Configuator Repository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Version()
Method Detail |
public void getVersion(oracle.apps.cz.cio.TextFeature textFeat)
Sets the given text feature to contain the version identifier for the KatharsysPub JAR when it has already been uploaded into the Oracle Configuator Repository.
Event Binding | ||
Event | postCXInit | |
Scope | Base Node | |
Method | getVersion | |
Argument Binding(s) | ||
Arg 1 | Argument Type | Text Feature |
Argument Name | defaultCentury | |
Argument Specification | Model Node | |
Binding | the Text Feature that should contain the output of the version check |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |