public String getModelInternationalizationResources(String resourcesType, String resourceKey) {
return commandExecutor.execute(new GetModelInternationalizationResourcesCmd(resourcesType,resourceKey));
}
public String getFlowNameInternationalizationResources(String resourceKey) {
return commandExecutor.execute(new GetModelInternationalizationResourcesCmd(FixFlowResources.FlowNameResource,resourceKey));
}