Uses of Class
com.filenet.api.constants.SystemAddOnId

Packages that use SystemAddOnId
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
 

Uses of SystemAddOnId in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as SystemAddOnId
static SystemAddOnId SystemAddOnId.APPLICATION_BASE
          Specifies the ID of the Base Application Extensions AddOn.
static SystemAddOnId SystemAddOnId.CFS_IS
          Specifies the ID of the CFS-IS Extensions AddOn.
static SystemAddOnId SystemAddOnId.CONTENT_ENGINE_BASE
          Specifies the ID of the Base Content Engine Extensions AddOn.
static SystemAddOnId SystemAddOnId.DITA_PUBLISHING
          Specifies the ID of the DITA Publishing Extensions AddOn.
static SystemAddOnId SystemAddOnId.PROCESS_ENGINE
          Specifies the ID of the Process Engine Extensions AddOn.
static SystemAddOnId SystemAddOnId.PUBLISHING
          Specifies the ID of the Publishing Extensions AddOn.
static SystemAddOnId SystemAddOnId.STORED_SEARCH
          Specifies the ID of the Stored Search Extensions AddOn.
static SystemAddOnId SystemAddOnId.WORKPLACE_BASE
          Specifies the ID of the Workplace Base Extensions AddOn.
static SystemAddOnId SystemAddOnId.WORKPLACE_EMAIL
          Specifies the ID of the Workplace E-mail Extensions AddOn.
static SystemAddOnId SystemAddOnId.WORKPLACE_FORMS
          Specifies the ID of the Workplace Forms Extensions AddOn.
static SystemAddOnId SystemAddOnId.WORKPLACE_ROLES
          Specifies the ID of the Workplace Access Roles Extensions AddOn.
static SystemAddOnId SystemAddOnId.WORKPLACE_TEMPLATES
          Specifies the ID of the Workplace Templates Extensions AddOn.
 

Methods in com.filenet.api.constants that return SystemAddOnId
static SystemAddOnId 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 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.
 



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