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

      Methods 
      Modifier and Type Method and Description
      static ExternalParticipant createInstance()
      Creates a new instance of the ExternalParticipant class.
      static ExternalParticipantList createList()
      Deprecated. 
      As of release 5.0.0.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createInstance

        public static ExternalParticipant createInstance()
        Creates a new instance of the ExternalParticipant 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.

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