Class BasicTypeSpecificObjectContextFactory

    • Constructor Detail

      • BasicTypeSpecificObjectContextFactory

        public BasicTypeSpecificObjectContextFactory()
    • Method Detail

      • createContext

        public IObjectDerivedDataContext createContext​(String segmentId,
                                                       long bmObjectId,
                                                       org.eclipse.emf.ecore.EClass objectEClass,
                                                       boolean removal,
                                                       Object computationCause)
        Description copied from interface: ITypeSpecificObjectContextFactory
        Creates a new instance of the DD object context.
        Specified by:
        createContext in interface ITypeSpecificObjectContextFactory
        Parameters:
        segmentId - The DD segment identifier.
        bmObjectId - The identifier of the object to register the removal for.
        objectEClass - The EClass of the object to register the removal for. Cannot be null
        removal - Indicates that the created context is an object removal context.
        computationCause - Session id the DD context is being collected for. Used only in case if syncContext == true
        Returns:
        A new context instance.
      • createContext

        public IObjectDerivedDataContext createContext​(String segmentId,
                                                       Object objectId,
                                                       org.eclipse.emf.ecore.EClass objectEClass,
                                                       boolean removal,
                                                       Object computationCause)
        Description copied from interface: ITypeSpecificObjectContextFactory
        Creates a new instance of the DD object context.
        Specified by:
        createContext in interface ITypeSpecificObjectContextFactory
        Parameters:
        segmentId - The DD segment identifier. May not be null
        objectId - The object to register the removal for. May not be null
        objectEClass - The EClass of the object to register the removal for. Cannot be null
        removal - Indicates that the created context is an object removal context
        computationCause - The identifier of the service the DD is computed for. May be null
        Returns:
        A new context instance, never null