- isAddChildEnabled() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default adding children to the mediator is enabled
- isAddChildEnabled() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
-
- isAddChildEnabled() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Whether this particular mediator can have children? Example of this usage is
filter
org.apache.synapse.mediators.filters.FilterMediator
it cannot have children except for the then
and else
mediators.
- isAddSiblingEnabled() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default adding siblings to the mediator is enabled
- isAddSiblingEnabled() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Whether this particular mediator can have siblings? Example of this usage is
then
child of the org.apache.synapse.mediators.filters.FilterMediator
cannot have mediator siblings.
- isAnonymous() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
-
- isAuditConfigurable() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- isAuditConfigurable() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Is this mediator audit configurable.
- isEditable() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default mediators are editable
- isEditable() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
If the mediator has editable configurations this method should return true.
- isMovingAllowed() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default mediator moving is allowed
- isMovingAllowed() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Is it possible to move this mediator in the sequence tree? Example of this usage is
default
child of a org.apache.synapse.mediators.filters.SwitchMediator
it cannot be moved, there is no meaning of movement for the default
- isSequenceRefreshRequired() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default refreshing the sequence is not required
- isSequenceRefreshRequired() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Some mediator updates require a refresh in the sequence editor.
- isStatisticsEnable() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- isStatisticsEnable() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Whether statistics has been enabled