- getChild(int) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
- getChild(int) - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Get the child from the position
- getCommentText() - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Returns the comment text value
- getDescription() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
-
- getDisplayName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
-
- getDisplayName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
-
- getDisplayName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
This gives the display name for the mediator in the add mediator menu, and this can
be any
String
.
- getErrorHandler() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
-
- getEvaluatedExpression(MessageContext) - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
- getExpression() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
Deprecated.
- getGroupName() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
Mediators which doesn't have a group doesn't show up in the add menu,
generally these are inner parts
- getGroupName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
-
- getGroupName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Gives the mediator categorization in the add mediator menu.
- getInstance() - Static method in class org.wso2.carbon.mediator.service.MediatorStore
-
Singleton access to the MediatorStore
- getKey() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
-
- getList() - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
- getList() - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Get the child list of mediators
- getLogicalName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
-
- getLogicalName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
-
- getLogicalName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
This should be equivalent to Mediator.getType()
of the
mediator.
- getMediator() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
-
- getMediator() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
-
- getMediator() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Retrieves a default new mediator instances of the representing mediator.
- getMediatorMenuItems() - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Retrieves the menu item of mediators, which is being used by the UI
- getMediatorProperties(OMElement) - Static method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- getMediatorService(String) - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
- getMediatorService(OMElement) - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Helper method for retrieving the
MediatorService
by looking at the given serialized mediator element
- getName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
-
- getName() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
- getPathExpression() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
- getRegisteredMediators() - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Returns TagLocalName of the mediator
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
-
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
-
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediator
-
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
-
- getTagLocalName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
This gives the mediator serialization tag local name.
- getTagLocalName() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Get the name of the mediator
- getTraceState() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- getTraceState() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Get the tracing state
- getUIFolderName() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
UIFolderName defaults to the tag local name of the mediator
- getUIFolderName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
-
- getUIFolderName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
- getValue() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
- 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