com.ibm.task.api

Interface OperationMode


  1. public interface OperationMode
This interface defines symbolic constants that state whether the human task manager database is used as an archive or for production purposes. When the human task manager database is used as an archive, only read access to stored objects is supported. All method calls that try to change the human task manager archive are rejected. An ArchiveUnsupportedOperationException is thrown.
Since:
6.2.0.3

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ARCHIVE
Symbolic constant that indicates that the human task manager database is used as an archive.
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
RUNTIME
Symbolic constant that indicates that the human task manager database is used for production purposes.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

ARCHIVE

  1. static final int ARCHIVE
Symbolic constant that indicates that the human task manager database is used as an archive.
See Also:

RUNTIME

  1. static final int RUNTIME
Symbolic constant that indicates that the human task manager database is used for production purposes.
See Also: