Class AbstractMediatorService

    • Constructor Detail

      • AbstractMediatorService

        public AbstractMediatorService()
    • Method Detail

      • getGroupName

        public String getGroupName()
        Mediators which doesn't have a group doesn't show up in the add menu, generally these are inner parts
        Specified by:
        getGroupName in interface MediatorService
        Returns:
        group name of the mediator to which this mediator is categorized in the add mediator menu
      • isAddSiblingEnabled

        public boolean isAddSiblingEnabled()
        by default adding siblings to the mediator is enabled
        Specified by:
        isAddSiblingEnabled in interface MediatorService
        Returns:
        true if the particular mediator can have siblings
      • isAddChildEnabled

        public boolean isAddChildEnabled()
        by default adding children to the mediator is enabled
        Specified by:
        isAddChildEnabled in interface MediatorService
        Returns:
        true if the particular mediator can have children
      • isMovingAllowed

        public boolean isMovingAllowed()
        by default mediator moving is allowed
        Specified by:
        isMovingAllowed in interface MediatorService
        Returns:
        true if the particular mediator is allowed to move over
      • isEditable

        public boolean isEditable()
        by default mediators are editable
        Specified by:
        isEditable in interface MediatorService
        Returns:
        true if the mediator is editable
      • isSequenceRefreshRequired

        public boolean isSequenceRefreshRequired()
        by default refreshing the sequence is not required
        Specified by:
        isSequenceRefreshRequired in interface MediatorService
        Returns:
        if mediator update requires a sequence editor refresh