FileNet Content Services
Java Connector v3.0

com.filenet.Panagon
Interface ClassDescription

All Superinterfaces:
BaseObject, ClassDescription, GettableObject, PanagonObject, ReadableMetadataObject, java.io.Serializable, ValueObject, WorkflowTarget

public interface ClassDescription
extends PanagonObject, ClassDescription

A ClassDescription object is a collection of metadata that describes a Content Services class. This interface defines the system property that identifes the object type for which the class exists. The com.filenet.wcm.api.ClassDescripton base interface defines constants and methods for working with ClassDescripton objects.

See Also:
CS Java Connector Developer's Guide

Field Summary
static java.lang.String idmInstanceType
          The idmInstanceType property returns the type of object described by this ClassDescription.
 
Fields inherited from interface com.filenet.Panagon.PanagonObject
idmId, idmName
 
Fields inherited from interface com.filenet.wcm.api.BaseObject
EXPORT_DEFAULT, EXPORT_ENCODED_CONTENT, EXPORT_FULL, EXPORT_OBJECT_ID, EXPORT_OBJECT_SECURITY, IMPORT_DEFAULT, IMPORT_OBJECT_ID, IMPORT_OWNER, IMPORT_PERMISSIONS, TYPE_ACTIVE_MARKING, TYPE_ANNOTATION, TYPE_ANY, TYPE_CBR_ENGINE_TYPE, TYPE_CHOICE, TYPE_CHOICELIST, TYPE_CLASS_SUBSCRIPTION, TYPE_CLASSDEFINITION, TYPE_CLASSDESCRIPTION, TYPE_COLUMN_DEFINITION, TYPE_COMPUTER, TYPE_CONTENT_CACHE_SERVICE, TYPE_CONTENT_MGR_SERVICE, TYPE_CONTENT_REFERENCE, TYPE_CONTENT_TRANSFER, TYPE_CUSTOMOBJECT, TYPE_DOCUMENT, TYPE_DOCUMENT_CLASSIFICATION_ACTION, TYPE_DOCUMENT_LIFECYCLE_ACTION, TYPE_DOCUMENT_LIFECYCLE_POLICY, TYPE_DOCUMENTSTATE, TYPE_DOMAIN, TYPE_DYNAMIC_REFERENTIAL_CONTAINMENT_RELATIONSHIP, TYPE_ENTIRENETWORK, TYPE_EVENT, TYPE_EVENT_ACTION, TYPE_FEATURE_ADD_ON, TYPE_FILESTORE, TYPE_FOLDER, TYPE_GROUP, TYPE_INSTANCE_SUBSCRIPTION, TYPE_LINK, TYPE_LOCALIZED_STRING, TYPE_MARKING_SET, TYPE_MULTIPLEVALUES, TYPE_OBJECT_STORE, TYPE_OBJECTSET, TYPE_OBJSTORE_SERVICE, TYPE_PERMISSION, TYPE_PROPERTY_DEFINITION, TYPE_PROPERTYDESCRIPTION, TYPE_PROPERTYDESCRIPTIONS, TYPE_PUBLISH_REQUEST, TYPE_PUBLISH_TEMPLATE, TYPE_READONLY_OBJECT_SET, TYPE_REALM, TYPE_REFERENTIAL_CONTAINMENT_RELATIONSHIP, TYPE_SECURITY_POLICY, TYPE_SECURITY_TEMPLATE, TYPE_STORAGE_POLICY, TYPE_STORED_SEARCH, TYPE_STYLE_TEMPLATE, TYPE_SUBSCRIPTION, TYPE_TABLE_DEFINITION, TYPE_TRANSIENT, TYPE_USER, TYPE_VERSIONSERIES, TYPE_WORKFLOW_CLASS_SUBSCRIPTION, TYPE_WORKFLOW_INSTANCE_SUBSCRIPTION, TYPE_WORKFLOWDEFINITION, TYPE_XML_PROPERTY_MAPPING_SCRIPT
 
Fields inherited from interface com.filenet.wcm.api.ClassDescription
ANNOTATION, APPLICATION_SECURITY_TEMPLATE, AUDIT_CONFIGURATION_EVENT, AUDIT_DEFINITION, CANCEL_CHECKOUT_EVENT, CHANGE_CLASS_EVENT, CHANGE_STATE_EVENT, CHECKIN_EVENT, CHECKOUT_EVENT, CHOICELIST, CLASS_SUBSCRIPTION, CLASS_WORKFLOW_SUBSCRIPTION, CLASSDEFINITION, CLASSIFY_COMPLETE_EVENT, CREATION_EVENT, CUSTOM_EVENT, CUSTOM_OBJECT, DELETION_EVENT, DEMOTE_VERSION_EVENT, DOCUMENT, DOCUMENT_CLASSDEFINITION, DOCUMENT_CLASSIFICATION_ACTION, DOCUMENT_LIFECYCLE_ACTION, DOCUMENT_LIFECYCLE_POLICY, DYNAMIC_REFERENTIAL_CONTAINMENT_RELATIONSHIP, EVENT, EVENT_ACTION, FILE_EVENT, FOLDER, GET_CONTENT_EVENT, GET_OBJECT_EVENT, GLOBAL_PROPERTY_DEFINITION, GLOBAL_PROPERTY_DEFINITION_BINARY, GLOBAL_PROPERTY_DEFINITION_BOOLEAN, GLOBAL_PROPERTY_DEFINITION_DATETIME, GLOBAL_PROPERTY_DEFINITION_FLOAT64, GLOBAL_PROPERTY_DEFINITION_ID, GLOBAL_PROPERTY_DEFINITION_INTEGER32, GLOBAL_PROPERTY_DEFINITION_OBJECT, GLOBAL_PROPERTY_DEFINITION_STRING, INSTANCE_SUBSCRIPTION, INSTANCE_WORKFLOW_SUBSCRIPTION, LINK, MARKING, MARKING_SET, OBJECT_CHANGE_EVENT, OBJECT_STORE, PROMOTE_VERSION_EVENT, PUBLISH_REQUEST, PUBLISH_STYLE_TEMPLATE, PUBLISH_SUBSIDIARY_FOLDER_OWNER, PUBLISH_TEMPLATE, PUBLISH_TRANSFORM_ENGINE, QUERY_EVENT, REFERENTIAL_CONTAINMENT_RELATIONSHIP, RETRIEVAL_EVENT, SCENARIO_DEFINITION, SECURITY_POLICY, SIMULATION, STORED_SEARCH, STRING_LOOKUP, STYLE_TEMPLATE, SUBSCRIBABLE_CLASSDEFINITION, TRANSIENT, UNFILE_EVENT, UPDATE_EVENT, UPDATE_SECURITY_EVENT, VERSION_SERIES, VERSIONABLE_CLASSDEFINITION, VERSIONING_SECURITY_TEMPLATE, WORKFLOW_EVENT_ACTION, WORKFLOWDEFINITION, XML_PROPERTY_MAPPING_SCRIPT
 
Methods inherited from interface com.filenet.wcm.api.BaseObject
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject
 
Methods inherited from interface com.filenet.wcm.api.ClassDescription
getAuditDefinitions, getAuditDefinitions, getDefaultPermissions, getDefaultPermissions, getDefaultPermissionsXML, getPropertyDescriptions, getPropertyDescriptions, getPropertyDescriptionsXML, getPropertyDescriptionsXML, getRegisteredEventsXML, isInstantiableByUser, isSubclassOf
 
Methods inherited from interface com.filenet.wcm.api.WorkflowTarget
getWorkflowSubscriptions, getWorkflowSubscriptionsXML, getWorkflowSubscriptionsXML
 
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh
 

Field Detail

idmInstanceType

public static final java.lang.String idmInstanceType
The idmInstanceType property returns the type of object described by this ClassDescription.

See Also:
Constant Field Values

FileNet Content Services
Java Connector v3.0