|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.idml.IdMLConstants
public class IdMLConstants
This class contains various constants used by the IdML Components (e.g. attribute names, configuration constants, etc.).
Nested Class Summary | |
---|---|
static class |
IdMLConstants.Operations
This enumeration contains the operations supported by the IDML schema. |
Field Summary | |
---|---|
static String |
ARTIFACT_CI
One of the artifact types supported by the IdML Components. |
static String |
ARTIFACT_RELATIONSHIP
One of the artifact types supported by the IdML Components. |
static String |
ARTIFACT_SOURCE_TOKEN_ATTR
This attribute contains the sourceToken attribute. |
static String |
BOOK_ATTR
This attribute is returned by the Close IdML FC and contains either the full path to the generated IdML file or its contents (if the in-memory option is used). |
static String |
BOOK_NAME_ATTR
This attribute is used to override the default book name set in the Components configuration panel. |
static String |
ID_ATTR
This attribute contains the id used when adding a CI to the IdML. |
static String |
IT_REGISTRY_PREFIX
A prefix used by the properties in IT_REGISTRY_PROPERTIES_FILE . |
static String |
IT_REGISTRY_PROPERTIES_FILE
This properties file provides default values for the parameters needed to connect to an IT registry. |
static String |
PASSWORD_MASK
A mask displayed instead of the actual password for the IT registry database. |
static String |
RELATIONSHIP_SOURCE_ATTR
One of the mandatory attributes required when creating an IdML Relationship. |
static String |
RELATIONSHIP_TARGET_ATTR
One of the mandatory attributes required when creating an IdML Relationship. |
Constructor Summary | |
---|---|
IdMLConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ID_ATTR
public static final String ARTIFACT_SOURCE_TOKEN_ATTR
public static final String ARTIFACT_CI
public static final String ARTIFACT_RELATIONSHIP
public static final String BOOK_ATTR
public static final String IT_REGISTRY_PROPERTIES_FILE
public static final String IT_REGISTRY_PREFIX
IT_REGISTRY_PROPERTIES_FILE
.
public static final String BOOK_NAME_ATTR
public static final String RELATIONSHIP_SOURCE_ATTR
public static final String RELATIONSHIP_TARGET_ATTR
public static final String PASSWORD_MASK
Constructor Detail |
---|
public IdMLConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |