Class ResourceEntity

    • Method Detail

      • resolveAtomicReference

        public java.lang.String resolveAtomicReference​(java.lang.Object atomicReferene,
                                                       EntityDependencyTreeVisitor.EntityTreeVisitorContext visitorContext)
        Description copied from class: Entity
        This method is responsible for the resolution of atomic references to entity id
        Overrides:
        resolveAtomicReference in class Entity<Resource,​step.core.accessors.Accessor<Resource>>
        Parameters:
        atomicReferene - the atomic reference to be resolved
        visitorContext - the context object
        Returns:
        the resolved entity id or null
      • updateAtomicReference

        public java.lang.Object updateAtomicReference​(java.lang.Object atomicReference,
                                                      java.lang.String resolvedEntityId,
                                                      EntityDependencyTreeVisitor.EntityTreeVisitorContext visitorContext)
        Description copied from class: Entity
        This method is responsible for the update of atomic references with a new entity id
        Overrides:
        updateAtomicReference in class Entity<Resource,​step.core.accessors.Accessor<Resource>>
        Parameters:
        atomicReference - the atomic reference to be updated
        resolvedEntityId - the new entity if
        visitorContext - the context object
        Returns:
        the updated atomic reference