Class ActionEndRenderer

    • Field Detail

      • VELOCITY_TEMPLATE_LOCATION

        public static final java.lang.String VELOCITY_TEMPLATE_LOCATION
        See Also:
        Constant Field Values
      • VELOCITY_IE_TEMPLATE_LOCATION

        public static final java.lang.String VELOCITY_IE_TEMPLATE_LOCATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • ActionEndRenderer

        public ActionEndRenderer()
    • Method Detail

      • canHandle

        public boolean canHandle​(WorkflowEntity object)
        Description copied from interface: NetworkEntityRenderer
        Suggest whether the given object can be handled by the renderer
        Parameters:
        object - object to be checked if it can be handled
        Returns:
        true if renderer supports the object, false otherwise
      • render

        public com.hybris.cockpitng.components.visjs.network.data.Node render​(WorkflowEntity workflowEntity)
        Description copied from interface: NetworkEntityRenderer
        Returns the object's representation in NetworkUpdate as entity
        Parameters:
        workflowEntity - object to be rendered
        Returns:
        objects' representation in NetworkUpdate
      • render

        public com.hybris.cockpitng.components.visjs.network.data.Node render​(WorkflowEntity workflowEntity,
                                                                              com.hybris.cockpitng.components.visjs.network.data.Node node)
        Description copied from interface: NetworkEntityRenderer
        Returns the object's representation in NetworkUpdate as entity based on already existing node
        Parameters:
        workflowEntity - object to be rendered
        node - baseline of new node
        Returns: