com.filenet.api.core

Interface EngineObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      ClassDescription get_ClassDescription()
      Returns the ClassDescription object that describes the immutable metadata of the class from which this object is instantiated.
      java.lang.String getClassName()
      Returns the identity of the metadata class from which this object is instantiated.
      Connection getConnection()
      Returns a Connection object that represents a logical connection to the FileNet P8 domain.
      Properties getProperties()
      Returns a collection of property values for this object.
      java.lang.String[] getSuperClasses()
      Returns a String array specifying the names of the superclasses of the class from which this object is instantiated.
    • Method Detail

      • get_ClassDescription

        ClassDescription get_ClassDescription()
        Returns the ClassDescription object that describes the immutable metadata of the class from which this object is instantiated.
        Returns:
        A ClassDescription object.
      • getConnection

        Connection getConnection()
        Returns a Connection object that represents a logical connection to the FileNet P8 domain. The returned Connection object is used as input to methods such as factory instantiation methods and UserContext.createSubject.
        Returns:
        A Connection object.
      • getProperties

        Properties getProperties()
        Returns a collection of property values for this object. Note that an object reference will not have values in its property collection; therefore, if the properties of an object reference are required, you should refresh the object before calling this method.
        Returns:
        A Properties collection representing the cached properties of this object.
      • getClassName

        java.lang.String getClassName()
        Returns the identity of the metadata class from which this object is instantiated. If the object is newly created and a non-null value was provided for the classId parameter of the Factory createInstance method by which the object was created, this method returns that non-null value. In all other circumstances the symbolic name of the metadata class is returned.
        Returns:
        A String specifying the name of the class.
      • getSuperClasses

        java.lang.String[] getSuperClasses()
        Returns a String array specifying the names of the superclasses of the class from which this object is instantiated.
        Returns:
        A String array specifying the list of superclass names.

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