com.xebialabs.deployit.jcr
Interface JcrConstants


public interface JcrConstants


Field Summary
static java.lang.String ADMIN_PASSWORD
          Default password for administrative user in Jackrabbit
static java.lang.String ADMIN_USERNAME
          Default username for administrative user in Jackrabbit
static java.lang.String ANONYMOUS_USERNAME
          Username that represents the anonymous user.
static java.lang.String ARTIFACT_NODETYPE_NAME
          JCR node type name for artifacts.
static java.lang.String CONFIGURATION_ITEM_NODETYPE_NAME
          JCR node type name for configuration items.
static java.lang.String CONFIGURATION_ITEM_TYPE_PROPERTY_NAME
          Name of property used to store the configuration item type name
static java.lang.String CONFIGURATION_NODE_ID
          Full path of JCR node used to store the configuration
static java.lang.String CONFIGURATION_NODE_NAME
          Name of JCR node used to store the configuration
static java.lang.String CONFIGURATION_NODETYPE_NAME
          JCR node type name used to store the configuration
static java.lang.String CREATING_TASK_ID_PROPERTY_NAME
          Name of property used to store the creating task id
static java.lang.String DATA_PROPERTY_NAME
          Name of property used to store the artifact data.
static java.lang.String DEPLOYIT_NAMESPACE_PREFIX
          JCR namespace prefix for Deployit specific types and properties
static java.lang.String DEPLOYIT_NAMESPACE_URI
          JCR namespace URI for Deployit specific types and properties
static java.lang.String FILENAME_PROPERTY_NAME
          Name of property used to store the artifact filename.
static java.lang.String ID_PROPERTY_NAME
          Name of property used to store the configuration item id.
static java.lang.String LAST_MODIFIED_DATE_PROPERTY_NAME
          Name of property used to store the last modification date.
static java.lang.String METADATA_PROPERTY_NAME_PREFIX
          Prefix for JCR property names that are used to store Deployit metadata.
static java.lang.String SECURITY_NODE_ID
          Full path of the JCR node used to store security permissions under.
static java.lang.String SECURITY_NODE_NAME
          Name of JCR node used to store security permissions under.
static java.lang.String STEP_NODE_NAME_PREFIX
          Prefix used for the name of nodes that store steps.
static java.lang.String STEP_NODETYPE_NAME
          JCR node type name for steps.
static java.lang.String TASK_NODETYPE_NAME
          JCR node type name for tasks.
static java.lang.String TASKS_NODE_ID
          Full path of JCR node under which tasks are stored.
static java.lang.String TASKS_NODE_NAME
          Name of JCR node under which tasks are stored.
static java.lang.String VERSIONS_NODE_ID
          Full path of the JCR node used to store all version information under.
static java.lang.String VERSIONS_NODE_NAME
          Name of JCR node used to store the version information.
 

Field Detail

ANONYMOUS_USERNAME

static final java.lang.String ANONYMOUS_USERNAME
Username that represents the anonymous user.

See Also:
Constant Field Values

ADMIN_USERNAME

static final java.lang.String ADMIN_USERNAME
Default username for administrative user in Jackrabbit

See Also:
Constant Field Values

ADMIN_PASSWORD

static final java.lang.String ADMIN_PASSWORD
Default password for administrative user in Jackrabbit

See Also:
Constant Field Values

DEPLOYIT_NAMESPACE_PREFIX

static final java.lang.String DEPLOYIT_NAMESPACE_PREFIX
JCR namespace prefix for Deployit specific types and properties

See Also:
Constant Field Values

DEPLOYIT_NAMESPACE_URI

static final java.lang.String DEPLOYIT_NAMESPACE_URI
JCR namespace URI for Deployit specific types and properties

See Also:
Constant Field Values

METADATA_PROPERTY_NAME_PREFIX

static final java.lang.String METADATA_PROPERTY_NAME_PREFIX
Prefix for JCR property names that are used to store Deployit metadata.

See Also:
Constant Field Values

CONFIGURATION_ITEM_NODETYPE_NAME

static final java.lang.String CONFIGURATION_ITEM_NODETYPE_NAME
JCR node type name for configuration items.

See Also:
Constant Field Values

ARTIFACT_NODETYPE_NAME

static final java.lang.String ARTIFACT_NODETYPE_NAME
JCR node type name for artifacts.

See Also:
Constant Field Values

ID_PROPERTY_NAME

static final java.lang.String ID_PROPERTY_NAME
Name of property used to store the configuration item id.

See Also:
Constant Field Values

LAST_MODIFIED_DATE_PROPERTY_NAME

static final java.lang.String LAST_MODIFIED_DATE_PROPERTY_NAME
Name of property used to store the last modification date.

See Also:
Constant Field Values

CREATING_TASK_ID_PROPERTY_NAME

static final java.lang.String CREATING_TASK_ID_PROPERTY_NAME
Name of property used to store the creating task id

See Also:
Constant Field Values

CONFIGURATION_ITEM_TYPE_PROPERTY_NAME

static final java.lang.String CONFIGURATION_ITEM_TYPE_PROPERTY_NAME
Name of property used to store the configuration item type name

See Also:
Constant Field Values

FILENAME_PROPERTY_NAME

static final java.lang.String FILENAME_PROPERTY_NAME
Name of property used to store the artifact filename.

See Also:
Constant Field Values

DATA_PROPERTY_NAME

static final java.lang.String DATA_PROPERTY_NAME
Name of property used to store the artifact data.

See Also:
Constant Field Values

TASK_NODETYPE_NAME

static final java.lang.String TASK_NODETYPE_NAME
JCR node type name for tasks.

See Also:
Constant Field Values

TASKS_NODE_NAME

static final java.lang.String TASKS_NODE_NAME
Name of JCR node under which tasks are stored.

See Also:
Constant Field Values

TASKS_NODE_ID

static final java.lang.String TASKS_NODE_ID
Full path of JCR node under which tasks are stored.

See Also:
Constant Field Values

STEP_NODETYPE_NAME

static final java.lang.String STEP_NODETYPE_NAME
JCR node type name for steps.

See Also:
Constant Field Values

STEP_NODE_NAME_PREFIX

static final java.lang.String STEP_NODE_NAME_PREFIX
Prefix used for the name of nodes that store steps.

See Also:
Constant Field Values

CONFIGURATION_NODETYPE_NAME

static final java.lang.String CONFIGURATION_NODETYPE_NAME
JCR node type name used to store the configuration

See Also:
Constant Field Values

CONFIGURATION_NODE_NAME

static final java.lang.String CONFIGURATION_NODE_NAME
Name of JCR node used to store the configuration

See Also:
Constant Field Values

CONFIGURATION_NODE_ID

static final java.lang.String CONFIGURATION_NODE_ID
Full path of JCR node used to store the configuration

See Also:
Constant Field Values

VERSIONS_NODE_NAME

static final java.lang.String VERSIONS_NODE_NAME
Name of JCR node used to store the version information.

See Also:
Constant Field Values

VERSIONS_NODE_ID

static final java.lang.String VERSIONS_NODE_ID
Full path of the JCR node used to store all version information under.

See Also:
Constant Field Values

SECURITY_NODE_NAME

static final java.lang.String SECURITY_NODE_NAME
Name of JCR node used to store security permissions under.

See Also:
Constant Field Values

SECURITY_NODE_ID

static final java.lang.String SECURITY_NODE_ID
Full path of the JCR node used to store security permissions under.

See Also:
Constant Field Values