public class SequenceAdminClient extends Object implements EditorUIClient
| Constructor and Description |
|---|
SequenceAdminClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
addSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
deleteAllSequenceGroups()
Delete all Sequences in the synapse configuration
|
void |
deleteDynamicSequence(String key) |
void |
deleteSelectedSequence(String[] SequenceNames)
Delete selected sequences from synapse configuration
|
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) |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getDynamicSequencesSearch(int pageNumber,
int sequencePerPage,
String searchText) |
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() |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getSequencesSearch(int pageNumber,
int sequencePerPage,
String searchText) |
void |
saveDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
saveSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
updateDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
public SequenceAdminClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.wso2.carbon.sequences.common.to.SequenceInfo[] getSequences(int pageNumber,
int sequencePerPage)
throws org.wso2.carbon.sequences.common.SequenceEditorException
getSequences in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic org.wso2.carbon.sequences.common.to.SequenceInfo[] getSequencesSearch(int pageNumber,
int sequencePerPage,
String searchText)
throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionpublic int getSequencesCount()
throws org.wso2.carbon.sequences.common.SequenceEditorException
getSequencesCount in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void saveSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence)
throws org.wso2.carbon.sequences.common.SequenceEditorException
saveSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void addSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence)
throws org.wso2.carbon.sequences.common.SequenceEditorException
addSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void addDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
addDynamicSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic org.apache.axiom.om.OMElement getDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
getDynamicSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void saveDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
saveDynamicSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic String enableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
enableTracing in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic String disableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
disableTracing in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic String enableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
enableStatistics in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic String disableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
disableStatistics in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void deleteSequence(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
deleteSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic String getEntryNamesString() throws org.wso2.carbon.sequences.common.SequenceEditorException
getEntryNamesString in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void updateDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
updateDynamicSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void deleteDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
deleteDynamicSequence in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic org.wso2.carbon.sequences.common.to.SequenceInfo[] getDynamicSequences(int pageNumber,
int sequencePerPage)
throws org.wso2.carbon.sequences.common.SequenceEditorException
getDynamicSequences in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic org.wso2.carbon.sequences.common.to.SequenceInfo[] getDynamicSequencesSearch(int pageNumber,
int sequencePerPage,
String searchText)
throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorExceptionpublic int getDynamicSequenceCount()
throws org.wso2.carbon.sequences.common.SequenceEditorException
getDynamicSequenceCount in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic org.wso2.carbon.sequences.common.to.ConfigurationObject[] getDependents(String sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
getDependents in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic org.wso2.carbon.mediator.service.builtin.SequenceMediator getSequenceMediator(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
getSequenceMediator in interface EditorUIClientorg.wso2.carbon.sequences.common.SequenceEditorExceptionpublic void deleteSelectedSequence(String[] SequenceNames) throws Exception
SequenceNames - ExceptionCopyright © 2019 WSO2. All rights reserved.