public class TemplateAdminClientAdapter
extends org.wso2.carbon.sequences.ui.client.SequenceAdminClient
Constructor and Description |
---|
TemplateAdminClientAdapter(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 |
addDynamicTemplate(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
addSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
addTemplate(org.wso2.carbon.mediator.service.builtin.SequenceMediator template) |
void |
deleteDynamicSequence(String key) |
void |
deleteDynamicTemplate(String key) |
void |
deleteSequence(String sequenceName) |
void |
deleteTemplate(String templateName) |
String |
disableStatistics(String templateName) |
String |
disableTracing(String templateName) |
String |
enableStatistics(String templateName) |
String |
enableTracing(String templateName) |
org.apache.axiom.om.OMElement |
getDynamicSequence(String key) |
int |
getDynamicSequenceCount() |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getDynamicSequences(int pageNumber,
int sequencePerPage) |
org.apache.axiom.om.OMElement |
getDynamicTemplate(String key) |
int |
getDynamicTemplateCount() |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getDynamicTemplates(int pageNumber,
int sequencePerPage) |
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.mediator.service.builtin.SequenceMediator |
getTemplateMediator(String templateName) |
org.wso2.carbon.sequences.common.to.SequenceInfo[] |
getTemplates(int pageNumber,
int templatesPerPage) |
int |
getTemplatesCount() |
void |
saveDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
saveDynamicTemplate(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator template) |
void |
saveSequence(org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
saveTemplate(org.wso2.carbon.mediator.service.builtin.SequenceMediator template) |
void |
updateDynamicSequence(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) |
void |
updateDynamicTemplate(String key,
org.wso2.carbon.mediator.service.builtin.SequenceMediator template) |
public TemplateAdminClientAdapter(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 org.wso2.carbon.sequences.ui.client.EditorUIClient
getSequences
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.wso2.carbon.sequences.common.to.SequenceInfo[] getTemplates(int pageNumber, int templatesPerPage) 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 org.wso2.carbon.sequences.ui.client.EditorUIClient
getSequencesCount
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public int getTemplatesCount() throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
saveSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void saveTemplate(org.wso2.carbon.mediator.service.builtin.SequenceMediator template) throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
addSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void addTemplate(org.wso2.carbon.mediator.service.builtin.SequenceMediator template) throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
addDynamicSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void addDynamicTemplate(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator sequence) throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
getDynamicSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.apache.axiom.om.OMElement getDynamicTemplate(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
saveDynamicSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void saveDynamicTemplate(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator template) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorException
public String enableTracing(String templateName) throws org.wso2.carbon.sequences.common.SequenceEditorException
enableTracing
in interface org.wso2.carbon.sequences.ui.client.EditorUIClient
enableTracing
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String disableTracing(String templateName) throws org.wso2.carbon.sequences.common.SequenceEditorException
disableTracing
in interface org.wso2.carbon.sequences.ui.client.EditorUIClient
disableTracing
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String enableStatistics(String templateName) throws org.wso2.carbon.sequences.common.SequenceEditorException
enableStatistics
in interface org.wso2.carbon.sequences.ui.client.EditorUIClient
enableStatistics
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public String disableStatistics(String templateName) throws org.wso2.carbon.sequences.common.SequenceEditorException
disableStatistics
in interface org.wso2.carbon.sequences.ui.client.EditorUIClient
disableStatistics
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteSequence(String sequenceName) throws org.wso2.carbon.sequences.common.SequenceEditorException
deleteSequence
in interface org.wso2.carbon.sequences.ui.client.EditorUIClient
deleteSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteTemplate(String templateName) throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
updateDynamicSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void updateDynamicTemplate(String key, org.wso2.carbon.mediator.service.builtin.SequenceMediator template) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteDynamicSequence(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
deleteDynamicSequence
in interface org.wso2.carbon.sequences.ui.client.EditorUIClient
deleteDynamicSequence
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public void deleteDynamicTemplate(String key) throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
getDynamicSequences
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.wso2.carbon.sequences.common.to.SequenceInfo[] getDynamicTemplates(int pageNumber, int sequencePerPage) 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 org.wso2.carbon.sequences.ui.client.EditorUIClient
getDynamicSequenceCount
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public int getDynamicTemplateCount() throws org.wso2.carbon.sequences.common.SequenceEditorException
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 org.wso2.carbon.sequences.ui.client.EditorUIClient
getSequenceMediator
in class org.wso2.carbon.sequences.ui.client.SequenceAdminClient
org.wso2.carbon.sequences.common.SequenceEditorException
public org.wso2.carbon.mediator.service.builtin.SequenceMediator getTemplateMediator(String templateName) throws org.wso2.carbon.sequences.common.SequenceEditorException
org.wso2.carbon.sequences.common.SequenceEditorException
Copyright © 2017 WSO2. All rights reserved.