public interface EditorUIClient<T extends org.wso2.carbon.mediator.service.builtin.SequenceMediator>
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicSequence(String key,
T sequence) |
void |
addSequence(T sequence) |
void |
deleteDynamicSequence(String key) |
void |
deleteSequence(String sequenceName) |
String |
disableStatistics(String sequenceName) |
String |
disableTracing(String sequenceName) |
String |
enableStatistics(String sequenceName) |
String |
enableTracing(String sequenceName) |
org.wso2.carbon.sequences.common.to.ConfigurationObject[] |
getDependents(String sequence) |
org.apache.axiom.om.OMElement |
getDynamicSequence(String key) |
int |
getDynamicSequenceCount() |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getDynamicSequences(int pageNumber,
int sequencePerPage) |
String |
getEntryNamesString() |
org.wso2.carbon.mediator.service.builtin.SequenceMediator |
getSequenceMediator(String sequenceName) |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getSequences(int pageNumber,
int sequencePerPage) |
int |
getSequencesCount() |
void |
saveDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
saveSequence(T sequence) |
void |
updateDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
org.wso2.carbon.sequences.common.to.SequenceInfo[] getSequences(int pageNumber,
int sequencePerPage)
throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionint getSequencesCount()
throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid saveSequence(T sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid addSequence(T sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid addDynamicSequence(String key, T sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionorg.apache.axiom.om.OMElement getDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid saveDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionString enableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionString disableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionString enableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionString disableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid deleteSequence(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionString getEntryNamesString() throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid updateDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionvoid deleteDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionorg.wso2.carbon.sequences.common.to.SequenceInfo[] getDynamicSequences(int pageNumber,
int sequencePerPage)
throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionint getDynamicSequenceCount()
throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionorg.wso2.carbon.sequences.common.to.ConfigurationObject[] getDependents(String sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionorg.wso2.carbon.mediator.service.builtin.SequenceMediator getSequenceMediator(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionCopyright © 2019 WSO2. All rights reserved.