com.filenet.api.core
Class Factory.ExternalParticipant
- java.lang.Object
-
- com.filenet.api.core.Factory.ExternalParticipant
-
- Enclosing class:
- Factory
public static class Factory.ExternalParticipant extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ExternalParticipantcreateInstance()Creates a new instance of theExternalParticipantclass.
-
-
-
Method Detail
-
createInstance
public static ExternalParticipant createInstance()
Creates a new instance of theExternalParticipantclass. 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.
-
-