com.filenet.api.admin
Interface ImageServicesClassDescription

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable

public interface ImageServicesClassDescription
extends EngineObject, DependentObject

Represents the description of an Image Services document class.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: true
Searchable: false
StorageType: Domain
SuperclassName: GenericObject


Method Summary
 Id get_DomainId()
          Returns the value of the DomainId property.
 java.lang.String get_ImageServicesClassName()
          Returns the value of the ImageServicesClassName property.
 ImageServicesPropertyDescriptionList get_ImageServicesPropertyDescriptions()
          Returns the value of the ImageServicesPropertyDescriptions property.
 Id get_ObjectStoreId()
          Returns the value of the ObjectStoreId property.
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ImageServicesClassName

java.lang.String get_ImageServicesClassName()
Returns the value of the ImageServicesClassName property. For more information, see ImageServicesClassName Property.


get_ImageServicesPropertyDescriptions

ImageServicesPropertyDescriptionList get_ImageServicesPropertyDescriptions()
Returns the value of the ImageServicesPropertyDescriptions property. For more information, see ImageServicesPropertyDescriptions Property.


get_DomainId

Id get_DomainId()
Returns the value of the DomainId property. For more information, see DomainId Property.


get_ObjectStoreId

Id get_ObjectStoreId()
Returns the value of the ObjectStoreId property. For more information, see ObjectStoreId Property.



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