Decision Center API

ilog.rules.teamserver.model
Interface IlrModelConstants

All Known Subinterfaces:
IlrSession
All Known Implementing Classes:
IlrSessionHelper

public interface IlrModelConstants

Decision Center constants.


Field Summary
static String CURRENT_BASELINE_NAME
          Name of the current baseline of a project.
static String DEFAULT_EXTRACTORVALIDATOR
          Name of the default extractor validator.
static int DEFAULT_SCOPE
          Default scope for a search criteria (SCOPE_PROJECT_AND_DEPENDENCIES).
static String DEFAULT_SSPRESOLVER
          Name of the default RES to SSP mapper.
static int ELEMENT_COMMITABLE_OBJECT
          Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of committable objects.
static int ELEMENT_DETAILS
          Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of element details.
static int ELEMENT_HANDLE
          Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of element handles.
static int ELEMENT_SUMMARY
          Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of element summaries.
static String RECYCLEBIN_BASELINE
          Name of the recycle bin baseline of a project.
static int SCOPE_PROJECT
          Specifies to a search criteria that it must search elements in the project of the working baseline only and not in its dependencies.
static int SCOPE_PROJECT_AND_DEPENDENCIES
          Specifies to a search criteria that it must search elements in the project of the working baseline and in its dependencies.
 

Field Detail

ELEMENT_HANDLE

static final int ELEMENT_HANDLE
Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of element handles.

See Also:
IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int), IlrElementHandle, Constant Field Values

ELEMENT_SUMMARY

static final int ELEMENT_SUMMARY
Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of element summaries.

See Also:
IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int), IlrElementSummary, Constant Field Values

ELEMENT_DETAILS

static final int ELEMENT_DETAILS
Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of element details.

See Also:
IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int), IlrElementDetails, Constant Field Values

ELEMENT_COMMITABLE_OBJECT

static final int ELEMENT_COMMITABLE_OBJECT
Specifies that the method IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int) must return a list of committable objects.

See Also:
IlrSession.getElementsFromReference(ilog.rules.teamserver.model.IlrElementHandle, org.eclipse.emf.ecore.EReference, int), IlrCommitableObject, Constant Field Values

CURRENT_BASELINE_NAME

static final String CURRENT_BASELINE_NAME
Name of the current baseline of a project.

See Also:
Constant Field Values

RECYCLEBIN_BASELINE

static final String RECYCLEBIN_BASELINE
Name of the recycle bin baseline of a project.

See Also:
Constant Field Values

SCOPE_PROJECT

static final int SCOPE_PROJECT
Specifies to a search criteria that it must search elements in the project of the working baseline only and not in its dependencies.

See Also:
IlrSearchCriteria.getScope(), Constant Field Values

SCOPE_PROJECT_AND_DEPENDENCIES

static final int SCOPE_PROJECT_AND_DEPENDENCIES
Specifies to a search criteria that it must search elements in the project of the working baseline and in its dependencies.

See Also:
IlrSearchCriteria.getScope(), Constant Field Values

DEFAULT_SCOPE

static final int DEFAULT_SCOPE
Default scope for a search criteria (SCOPE_PROJECT_AND_DEPENDENCIES).

See Also:
IlrSearchCriteria.getScope(), Constant Field Values

DEFAULT_EXTRACTORVALIDATOR

static final String DEFAULT_EXTRACTORVALIDATOR
Name of the default extractor validator.

See Also:
Constant Field Values

DEFAULT_SSPRESOLVER

static final String DEFAULT_SSPRESOLVER
Name of the default RES to SSP mapper.

See Also:
Constant Field Values

Decision Center API

© Copyright IBM Corp. 1987, 2013