com.filenet.api.constants
Class SystemAddOnId
- java.lang.Object
-
- com.filenet.api.util.Id
-
- 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
Fields Modifier and Type Field and Description static SystemAddOnIdAPPLICATION_BASESpecifies the ID of the Base Application Extensions AddOn.static SystemAddOnIdCFS_ICI_LOCKDOWNSpecifies the ID of the CFS ICI Lockdown Extensions AddOn.static SystemAddOnIdCFS_ISSpecifies the ID of the CFS-IS Extensions AddOn.static SystemAddOnIdCOLLABORATION_SHARING_EXTENSIONSSpecifies the ID of the Collaboration Sharing Extensions AddOn.static SystemAddOnIdCONTENT_ENGINE_BASESpecifies the ID of the Base Content Engine Extensions AddOn.static SystemAddOnIdCORE_COLLABORATION_EXTENSIONSSpecifies the ID of the Core Collaboration Extensions AddOn.static SystemAddOnIdCUSTOM_ROLE_EXTENSIONSSpecifies the ID of the Custom Role Extensions AddOn.static SystemAddOnIdEMAIL_SERVICES_EXTENSIONSSpecifies the ID of the Email Services Extensions AddOn.static SystemAddOnIdEXTERNAL_EVENT_EXTENSIONSSpecifies the ID of the Event-Driven External Service Invocation Extensions AddOn.static SystemAddOnIdPERSISTENT_TEXT_EXTRACT_EXTENSIONSSpecifies the ID of the Persistent Text Extracts Extensions AddOn.static SystemAddOnIdPROCESS_ENGINESpecifies the ID of the Process Engine Extensions AddOn.static SystemAddOnIdREPORTING_ENABLEMENT_EXTENSIONSSpecifies the ID of the Reporting Enablement Extensions AddOn.static SystemAddOnIdRICH_MEDIA_TRANSCRIPTION_EXTENSIONSSpecifies the ID of the Rich Media Transcription Extensions AddOn.static SystemAddOnIdSOCIAL_COLLABORATION_BASE_EXTENSIONSSpecifies the ID of the Base Social Collaboration Extensions AddOn.static SystemAddOnIdSOCIAL_COLLABORATION_ROLE_EXTENSIONSSpecifies the ID of the Social Collaboration Role Extensions AddOn.static SystemAddOnIdSTORED_SEARCHSpecifies the ID of the Stored Search Extensions AddOn.static SystemAddOnIdTEAMSPACE_EXTENSIONSSpecifies the ID of the Teamspace Extensions AddOn.static SystemAddOnIdTHUMBNAIL_EXTENSIONSSpecifies the ID of the Thumbnail Extensions AddOn.static SystemAddOnIdWORKPLACE_BASESpecifies the ID of the Workplace Base Extensions AddOn.static SystemAddOnIdWORKPLACE_EMAILSpecifies the ID of the Workplace E-mail Extensions AddOn.static SystemAddOnIdWORKPLACE_FORMSSpecifies the ID of the Workplace Forms Extensions AddOn.static SystemAddOnIdWORKPLACE_ROLESSpecifies the ID of the Workplace Access Roles Extensions AddOn.static SystemAddOnIdWORKPLACE_TEMPLATESSpecifies the ID of the Workplace Templates Extensions AddOn.static SystemAddOnIdWORKPLACE_XT_EXTENSIONSSpecifies the ID of the Workplace XT Extensions AddOn.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static SystemAddOnIdgetInstanceFromId(Id val)Returns an instance of this class corresponding to a givenId, provided theIdvalue represents the ID of a system AddOn.static SystemAddOnIdgetInstanceFromString(java.lang.String val)Returns an instance of this class corresponding to a givenString, provided theStringvalue represents the string-ized ID of a system AddOn.
-
-
-
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.
-
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.
-
WORKPLACE_XT_EXTENSIONS
public static final SystemAddOnId WORKPLACE_XT_EXTENSIONS
Specifies the ID of the Workplace XT Extensions AddOn.
-
CFS_ICI_LOCKDOWN
public static final SystemAddOnId CFS_ICI_LOCKDOWN
Specifies the ID of the CFS ICI Lockdown Extensions AddOn.
-
THUMBNAIL_EXTENSIONS
public static final SystemAddOnId THUMBNAIL_EXTENSIONS
Specifies the ID of the Thumbnail Extensions AddOn.
-
TEAMSPACE_EXTENSIONS
public static final SystemAddOnId TEAMSPACE_EXTENSIONS
Specifies the ID of the Teamspace Extensions AddOn.
-
SOCIAL_COLLABORATION_BASE_EXTENSIONS
public static final SystemAddOnId SOCIAL_COLLABORATION_BASE_EXTENSIONS
Specifies the ID of the Base Social Collaboration Extensions AddOn.
-
CUSTOM_ROLE_EXTENSIONS
public static final SystemAddOnId CUSTOM_ROLE_EXTENSIONS
Specifies the ID of the Custom Role Extensions AddOn.
-
SOCIAL_COLLABORATION_ROLE_EXTENSIONS
public static final SystemAddOnId SOCIAL_COLLABORATION_ROLE_EXTENSIONS
Specifies the ID of the Social Collaboration Role Extensions AddOn.
-
REPORTING_ENABLEMENT_EXTENSIONS
public static final SystemAddOnId REPORTING_ENABLEMENT_EXTENSIONS
Specifies the ID of the Reporting Enablement Extensions AddOn.
-
EMAIL_SERVICES_EXTENSIONS
public static final SystemAddOnId EMAIL_SERVICES_EXTENSIONS
Specifies the ID of the Email Services Extensions AddOn.
-
RICH_MEDIA_TRANSCRIPTION_EXTENSIONS
public static final SystemAddOnId RICH_MEDIA_TRANSCRIPTION_EXTENSIONS
Specifies the ID of the Rich Media Transcription Extensions AddOn.
-
CORE_COLLABORATION_EXTENSIONS
public static final SystemAddOnId CORE_COLLABORATION_EXTENSIONS
Specifies the ID of the Core Collaboration Extensions AddOn.
-
COLLABORATION_SHARING_EXTENSIONS
public static final SystemAddOnId COLLABORATION_SHARING_EXTENSIONS
Specifies the ID of the Collaboration Sharing Extensions AddOn.
-
EXTERNAL_EVENT_EXTENSIONS
public static final SystemAddOnId EXTERNAL_EVENT_EXTENSIONS
Specifies the ID of the Event-Driven External Service Invocation Extensions AddOn.
-
PERSISTENT_TEXT_EXTRACT_EXTENSIONS
public static final SystemAddOnId PERSISTENT_TEXT_EXTRACT_EXTENSIONS
Specifies the ID of the Persistent Text Extracts Extensions AddOn.
-
-
Method Detail
-
getInstanceFromString
public static SystemAddOnId getInstanceFromString(java.lang.String val)
Returns an instance of this class corresponding to a givenString, provided theStringvalue represents the string-ized ID of a system AddOn.- Parameters:
val- A string-ized form of one of the system AddOn IDs.- Returns:
- A
SystemAddOnIdinstance corresponding to the input value. - Throws:
EngineRuntimeException- if thevalparameter isnullor not the string-ized form of anId.
-
getInstanceFromId
public static SystemAddOnId getInstanceFromId(Id val)
Returns an instance of this class corresponding to a givenId, provided theIdvalue represents the ID of a system AddOn.- Parameters:
val- AnIdof one of the system AddOns.- Returns:
- A
SystemAddOnIdinstance corresponding to the input value. - Throws:
EngineRuntimeException- if thevalparameter isnull.
-
-