Interface EditorUIClient<T extends org.wso2.carbon.mediator.service.builtin.SequenceMediator>
- All Known Implementing Classes:
SequenceAdminClient
public interface EditorUIClient<T extends org.wso2.carbon.mediator.service.builtin.SequenceMediator>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDynamicSequence(String key, T sequence) voidaddSequence(T sequence) voidvoiddeleteSequence(String sequenceName) disableStatistics(String sequenceName) disableTracing(String sequenceName) enableStatistics(String sequenceName) enableTracing(String sequenceName) org.wso2.carbon.sequences.common.to.ConfigurationObject[]getDependents(String sequence) org.apache.axiom.om.OMElementgetDynamicSequence(String key) intorg.wso2.carbon.sequences.common.to.SequenceInfo[]getDynamicSequences(int pageNumber, int sequencePerPage) org.wso2.carbon.mediator.service.builtin.SequenceMediatorgetSequenceMediator(String sequenceName) org.wso2.carbon.sequences.common.to.SequenceInfo[]getSequences(int pageNumber, int sequencePerPage) intvoidsaveDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) voidsaveSequence(T sequence) voidupdateDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence)
-
Method Details
-
getSequences
org.wso2.carbon.sequences.common.to.SequenceInfo[] getSequences(int pageNumber, int sequencePerPage) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getSequencesCount
int getSequencesCount() throws org.wso2.carbon.sequences.common.SequenceEditorException- Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
saveSequence
- Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
addSequence
- Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
addDynamicSequence
void addDynamicSequence(String key, T sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getDynamicSequence
org.apache.axiom.om.OMElement getDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
saveDynamicSequence
void saveDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
enableTracing
String enableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
disableTracing
String disableTracing(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
enableStatistics
String enableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
disableStatistics
String disableStatistics(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
deleteSequence
void deleteSequence(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getEntryNamesString
- Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
updateDynamicSequence
void updateDynamicSequence(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
deleteDynamicSequence
void deleteDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getDynamicSequences
org.wso2.carbon.sequences.common.to.SequenceInfo[] getDynamicSequences(int pageNumber, int sequencePerPage) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getDynamicSequenceCount
int getDynamicSequenceCount() throws org.wso2.carbon.sequences.common.SequenceEditorException- Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getDependents
org.wso2.carbon.sequences.common.to.ConfigurationObject[] getDependents(String sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-
getSequenceMediator
org.wso2.carbon.mediator.service.builtin.SequenceMediator getSequenceMediator(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException - Throws:
org.wso2.carbon.sequences.common.SequenceEditorException
-