com.filenet.api.constants
Class SystemAddOnId

java.lang.Object
  extended by com.filenet.api.util.Id
      extended by com.filenet.api.constants.SystemAddOnId
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class SystemAddOnId
extends Id

Provides a set of GUID constants that identify the AddOns provided by the system.

See Also:
Serialized Form

Field Summary
static SystemAddOnId APPLICATION_BASE
          Specifies the ID of the Base Application Extensions AddOn.
static SystemAddOnId CFS_IS
          Specifies the ID of the CFS-IS Extensions AddOn.
static SystemAddOnId CONTENT_ENGINE_BASE
          Specifies the ID of the Base Content Engine Extensions AddOn.
static SystemAddOnId DITA_PUBLISHING
          Specifies the ID of the DITA Publishing Extensions AddOn.
static SystemAddOnId PROCESS_ENGINE
          Specifies the ID of the Process Engine Extensions AddOn.
static SystemAddOnId PUBLISHING
          Specifies the ID of the Publishing Extensions AddOn.
static SystemAddOnId STORED_SEARCH
          Specifies the ID of the Stored Search Extensions AddOn.
static SystemAddOnId WORKPLACE_BASE
          Specifies the ID of the Workplace Base Extensions AddOn.
static SystemAddOnId WORKPLACE_EMAIL
          Specifies the ID of the Workplace E-mail Extensions AddOn.
static SystemAddOnId WORKPLACE_FORMS
          Specifies the ID of the Workplace Forms Extensions AddOn.
static SystemAddOnId WORKPLACE_ROLES
          Specifies the ID of the Workplace Access Roles Extensions AddOn.
static SystemAddOnId WORKPLACE_TEMPLATES
          Specifies the ID of the Workplace Templates Extensions AddOn.
 
Fields inherited from class com.filenet.api.util.Id
ZERO_ID
 
Method Summary
static SystemAddOnId getInstanceFromId(Id val)
          Returns an instance of this class corresponding to a given Id, provided the Id value represents the ID of a system AddOn.
static SystemAddOnId getInstanceFromString(java.lang.String val)
          Returns an instance of this class corresponding to a given String, provided the String value represents the string-ized ID of a system AddOn.
 
Methods inherited from class com.filenet.api.util.Id
compareTo, compareTo, createId, equals, getBytes, hashCode, isId, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTENT_ENGINE_BASE

public static final SystemAddOnId CONTENT_ENGINE_BASE
Specifies the ID of the Base Content Engine Extensions AddOn.


CFS_IS

public static final SystemAddOnId CFS_IS
Specifies the ID of the CFS-IS Extensions AddOn.


PROCESS_ENGINE

public static final SystemAddOnId PROCESS_ENGINE
Specifies the ID of the Process Engine Extensions AddOn.


APPLICATION_BASE

public static final SystemAddOnId APPLICATION_BASE
Specifies the ID of the Base Application Extensions AddOn.


PUBLISHING

public static final SystemAddOnId PUBLISHING
Specifies the ID of the Publishing Extensions AddOn.


STORED_SEARCH

public static final SystemAddOnId STORED_SEARCH
Specifies the ID of the Stored Search Extensions AddOn.


WORKPLACE_BASE

public static final SystemAddOnId WORKPLACE_BASE
Specifies the ID of the Workplace Base Extensions AddOn.


WORKPLACE_TEMPLATES

public static final SystemAddOnId WORKPLACE_TEMPLATES
Specifies the ID of the Workplace Templates Extensions AddOn.


WORKPLACE_EMAIL

public static final SystemAddOnId WORKPLACE_EMAIL
Specifies the ID of the Workplace E-mail Extensions AddOn.


WORKPLACE_ROLES

public static final SystemAddOnId WORKPLACE_ROLES
Specifies the ID of the Workplace Access Roles Extensions AddOn.


WORKPLACE_FORMS

public static final SystemAddOnId WORKPLACE_FORMS
Specifies the ID of the Workplace Forms Extensions AddOn.


DITA_PUBLISHING

public static final SystemAddOnId DITA_PUBLISHING
Specifies the ID of the DITA Publishing Extensions AddOn.

Method Detail

getInstanceFromString

public static SystemAddOnId getInstanceFromString(java.lang.String val)
Returns an instance of this class corresponding to a given String, provided the String value represents the string-ized ID of a system AddOn.

Parameters:
val - A string-ized form of one of the system AddOn IDs.
Returns:
A SystemAddOnId instance corresponding to the input value.
Throws:
EngineRuntimeException - if the val parameter is null or not the string-ized form of an Id.

getInstanceFromId

public static SystemAddOnId getInstanceFromId(Id val)
Returns an instance of this class corresponding to a given Id, provided the Id value represents the ID of a system AddOn.

Parameters:
val - An Id of one of the system AddOns.
Returns:
A SystemAddOnId instance corresponding to the input value.
Throws:
EngineRuntimeException - if the val parameter is null.


© Copyright IBM Corporation 2006, 2008. All rights reserved.