de.smartics.maven.issues.cache
Class TaskInfoKey

Package class diagram package TaskInfoKey
java.lang.Object
  extended by de.smartics.maven.issues.cache.TaskInfoKey

public final class TaskInfoKey
     
     
extends Object

Defines constants for task data properties used as attribute names and generic identifiers.

Author:
Robert Reiner

Field Summary
static String ATTRIBUTE
          Specify the element to store a single attribute.
static String ATTRIBUTE_ID
          Specify the property to store an attribute ID.
static String ATTRIBUTES
          Specify the element to store attributes of the task data.
static String CONNECTOR_KIND
          Specify the property to store connector kind of the task data.
static String ENTRY
          Specify the element to store map data.
static String KEY
          Specify the element to store map data keys.
static String META_DATA
          Specify the element to store meta data of the task data.
static String OPTIONS
          Specify the element to store options of the task data.
static String REPOSITORY_URL
          Specify the property to store repository URL of the task data.
static String TASK_DATA
          Specify the element to store a task data.
static String TASK_ID
          Specify the property to store task ID of the task data.
static String VALUE
          Specify the element to store a single attribute value of the task data.
static String VALUES
          Specify the element to store attribute values of the task data.
static String VERSION
          Specify the property to store version of the task data.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASK_DATA

public static final String TASK_DATA
Specify the element to store a task data.

The value of this constant is "taskData".

Constant Field Value:
"taskData"

CONNECTOR_KIND

public static final String CONNECTOR_KIND
Specify the property to store connector kind of the task data.

The value of this constant is "connectorKind".

Constant Field Value:
"connectorKind"

REPOSITORY_URL

public static final String REPOSITORY_URL
Specify the property to store repository URL of the task data.

The value of this constant is "repositoryUrl".

Constant Field Value:
"repositoryUrl"

TASK_ID

public static final String TASK_ID
Specify the property to store task ID of the task data.

The value of this constant is "taskId".

Constant Field Value:
"taskId"

VERSION

public static final String VERSION
Specify the property to store version of the task data.

The value of this constant is "version".

Constant Field Value:
"version"

ATTRIBUTES

public static final String ATTRIBUTES
Specify the element to store attributes of the task data.

The value of this constant is "attributes".

Constant Field Value:
"attributes"

ATTRIBUTE

public static final String ATTRIBUTE
Specify the element to store a single attribute.

The value of this constant is "attribute".

Constant Field Value:
"attribute"

ATTRIBUTE_ID

public static final String ATTRIBUTE_ID
Specify the property to store an attribute ID.

The value of this constant is "attributeId".

Constant Field Value:
"attributeId"

VALUES

public static final String VALUES
Specify the element to store attribute values of the task data.

The value of this constant is "values".

Constant Field Value:
"values"

VALUE

public static final String VALUE
Specify the element to store a single attribute value of the task data. Also used for a generic map data value (options and meta data maps).

The value of this constant is "value".

Constant Field Value:
"value"

META_DATA

public static final String META_DATA
Specify the element to store meta data of the task data.

The value of this constant is "metaData".

Constant Field Value:
"metaData"

OPTIONS

public static final String OPTIONS
Specify the element to store options of the task data.

The value of this constant is "options".

Constant Field Value:
"options"

ENTRY

public static final String ENTRY
Specify the element to store map data. This element is used for entries of options and meta data.

The value of this constant is "entry".

Constant Field Value:
"entry"

KEY

public static final String KEY
Specify the element to store map data keys. This element is used for entries of options and meta data.

The value of this constant is "key".

Constant Field Value:
"key"


Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.