com.filenet.api.admin
Interface CMODApplicationGroup

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

public interface CMODApplicationGroup
extends IndependentlyPersistableObject

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.

Metadata

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


Method Summary
 java.lang.Integer get_ApplicationGroupNumber()
          Returns the value of the ApplicationGroupNumber property.
 java.lang.String get_DescriptiveText()
          Returns the value of the DescriptiveText property.
 java.lang.String get_Name()
          Returns the value of the Name property.
 ObjectStore get_TargetObjectStore()
          Returns the value of the TargetObjectStore property.
 void set_TargetObjectStore(ObjectStore value)
          Sets the value of the TargetObjectStore property.
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ApplicationGroupNumber

java.lang.Integer get_ApplicationGroupNumber()
Returns the value of the ApplicationGroupNumber property. For more information, see ApplicationGroupNumber Property.


get_Name

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


get_DescriptiveText

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


get_TargetObjectStore

ObjectStore get_TargetObjectStore()
Returns the value of the TargetObjectStore property. For more information, see TargetObjectStore Property.


set_TargetObjectStore

void set_TargetObjectStore(ObjectStore value)
Sets the value of the TargetObjectStore property. For more information, see TargetObjectStore Property.



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