com.filenet.api.core
Class Factory.DirectoryConfigurationCA

java.lang.Object
  extended by com.filenet.api.core.Factory.DirectoryConfigurationCA
Enclosing class:
Factory

public static class Factory.DirectoryConfigurationCA
extends java.lang.Object


Method Summary
static DirectoryConfigurationCA createInstance()
          Creates a new instance of the DirectoryConfigurationCA class.
static DirectoryConfigurationCAList createList()
          Creates a new instance of this collection class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static DirectoryConfigurationCA createInstance()
Creates a new instance of the DirectoryConfigurationCA class. The created object is a dependent object and is only persisted when its parent object (the independently persistable object that references it) is persisted.

Returns:
An object reference to a new instance of this class.

createList

public static DirectoryConfigurationCAList createList()
Creates a new instance of this collection class. This list will not exist on the server until its associated (independently persistable) object has been saved with this new list.

Returns:
The implementation of the class's associated collection interface.


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