com.ptc.core.meta.common
Interface OperationIdentifierConstants

All Known Implementing Classes:
AbstractModelBasedConstraintFactory, DataFormatConstraintFactory, FolderConstraintFactory, IdentifiedConstraintFactory, LifeCycleTemplateConstraintFactory, MBAConstraintFactory, OrgIdConstraintFactory, ProjectConstraintFactory, QuantityConstraintFactory, TeamTemplateConstraintFactory, ViewConstraintFactory

public interface OperationIdentifierConstants

Convenience constants for OperationIdentifiers. See the javadoc for OperationIdentifier for examples on using these constants.

Supported API: true

Extendable: false


Field Summary
static String CHANGE_CLASSIFICATION
          

Supported API: true
static String CHANGE_FOLDER
          

Supported API: true
static String CHANGE_IDENTIFIER
          

Supported API: true
static String CHANGE_LIFE_CYCLE
          

Supported API: true
static String CHANGE_LIFE_CYCLE_STATE
          

Supported API: true
static String CHANGE_PROJECT
          

Supported API: true
static String CHANGE_VIEW
          

Supported API: true
static String COPY
          

Supported API: true
static String CREATE
          

Supported API: true
static String DELETE
          

Supported API: true
static String REVISE
          

Supported API: true
static String SEARCH
          

Supported API: true
static String UPDATE
          

Supported API: true
static String VIEW
          

Supported API: true
 

Field Detail

VIEW

static final String VIEW


Supported API: true

See Also:
Constant Field Values

UPDATE

static final String UPDATE


Supported API: true

See Also:
Constant Field Values

SEARCH

static final String SEARCH


Supported API: true

See Also:
Constant Field Values

CHANGE_FOLDER

static final String CHANGE_FOLDER


Supported API: true

See Also:
Constant Field Values

CHANGE_PROJECT

static final String CHANGE_PROJECT


Supported API: true

See Also:
Constant Field Values

CHANGE_LIFE_CYCLE

static final String CHANGE_LIFE_CYCLE


Supported API: true

See Also:
Constant Field Values

CHANGE_LIFE_CYCLE_STATE

static final String CHANGE_LIFE_CYCLE_STATE


Supported API: true

See Also:
Constant Field Values

CHANGE_VIEW

static final String CHANGE_VIEW


Supported API: true

See Also:
Constant Field Values

CHANGE_CLASSIFICATION

static final String CHANGE_CLASSIFICATION


Supported API: true

See Also:
Constant Field Values

CHANGE_IDENTIFIER

static final String CHANGE_IDENTIFIER


Supported API: true

See Also:
Constant Field Values

REVISE

static final String REVISE


Supported API: true

See Also:
Constant Field Values

COPY

static final String COPY


Supported API: true

See Also:
Constant Field Values

CREATE

static final String CREATE


Supported API: true

See Also:
Constant Field Values

DELETE

static final String DELETE


Supported API: true

See Also:
Constant Field Values