Represents an IBM Content Manager OnDemand (CMOD) application group that can be configured for content federation. An application group is a collection of one or more OnDemand applications with common indexing and storage management attributes.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface ICMODApplicationGroup
    Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICMODApplicationGroup : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C++
interface class ICMODApplicationGroup : IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
J#
public interface ICMODApplicationGroup implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JScript
public interface ICMODApplicationGroup extends IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

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

See Also