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.AxisFault
public org.wso2.carbon.sequences.common.to.SequenceInfo[] getSequences(int pageNumber, int sequencePerPage) throws org.wso2.carbon.sequences.common.SequenceEditorException
getSequences
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public 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.SequenceEditorException
public int getSequencesCount() throws org.wso2.carbon.sequences.common.SequenceEditorException
getSequencesCount
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void saveSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
saveSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void addSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
addSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void addDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
addDynamicSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.apache.axiom.om.OMElement getDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
getDynamicSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void saveDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
saveDynamicSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String enableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
enableTracing
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String disableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
disableTracing
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String enableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
enableStatistics
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String disableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
disableStatistics
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteSequence(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
deleteSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String getEntryNamesString() throws org.wso2.carbon.sequences.common.SequenceEditorException
getEntryNamesString
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void updateDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
updateDynamicSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
deleteDynamicSequence
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.wso2.carbon.sequences.common.to.SequenceInfo[] getDynamicSequences(int pageNumber, int sequencePerPage) throws org.wso2.carbon.sequences.common.SequenceEditorException
getDynamicSequences
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public 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.SequenceEditorException
public int getDynamicSequenceCount() throws org.wso2.carbon.sequences.common.SequenceEditorException
getDynamicSequenceCount
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.wso2.carbon.sequences.common.to.ConfigurationObject[] getDependents(String sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
getDependents
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.wso2.carbon.mediator.service.builtin.SequenceMediator getSequenceMediator(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
getSequenceMediator
in interface EditorUIClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteSelectedSequence(String[] SequenceNames) throws Exception
SequenceNames
- Exception
Copyright © 2018 WSO2. All rights reserved.