CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.remoting
Interface ArtifactOperation


public interface ArtifactOperation

Artifact operation constants.


Field Summary
static int OPERATION_ATTR_UPDATE
          One or more attributes of the artifact were updated.
static int OPERATION_DELETE
          Artifact was deleted.
static int OPERATION_INSERT
          The initial revision of the artifact was created.
static int OPERATION_NONE
          Nothing was done.
static int OPERATION_READ
          Artifact content was read.
static int OPERATION_UPDATE
          A new revision of the artifact was added.
 

Field Detail

OPERATION_NONE

static final int OPERATION_NONE
Nothing was done.

See Also:
Constant Field Values

OPERATION_INSERT

static final int OPERATION_INSERT
The initial revision of the artifact was created.

See Also:
Constant Field Values

OPERATION_DELETE

static final int OPERATION_DELETE
Artifact was deleted.

See Also:
Constant Field Values

OPERATION_UPDATE

static final int OPERATION_UPDATE
A new revision of the artifact was added.

See Also:
Constant Field Values

OPERATION_READ

static final int OPERATION_READ
Artifact content was read.

See Also:
Constant Field Values

OPERATION_ATTR_UPDATE

static final int OPERATION_ATTR_UPDATE
One or more attributes of the artifact were updated.

See Also:
Constant Field Values

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.