public abstract class AbstractMediatorService extends Object implements MediatorService
MediatorService
Constructor and Description |
---|
AbstractMediatorService() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
Mediators which doesn't have a group doesn't show up in the add menu,
generally these are inner parts
|
String |
getUIFolderName()
UIFolderName defaults to the tag local name of the mediator
|
boolean |
isAddChildEnabled()
by default adding children to the mediator is enabled
|
boolean |
isAddSiblingEnabled()
by default adding siblings to the mediator is enabled
|
boolean |
isEditable()
by default mediators are editable
|
boolean |
isMovingAllowed()
by default mediator moving is allowed
|
boolean |
isSequenceRefreshRequired()
by default refreshing the sequence is not required
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getLogicalName, getMediator, getTagLocalName
public String getGroupName()
getGroupName
in interface MediatorService
public boolean isAddSiblingEnabled()
isAddSiblingEnabled
in interface MediatorService
public boolean isAddChildEnabled()
isAddChildEnabled
in interface MediatorService
public boolean isMovingAllowed()
isMovingAllowed
in interface MediatorService
public boolean isEditable()
isEditable
in interface MediatorService
public String getUIFolderName()
getUIFolderName
in interface MediatorService
public boolean isSequenceRefreshRequired()
isSequenceRefreshRequired
in interface MediatorService
Copyright © 2020 WSO2. All rights reserved.