private ArtifactTemplate[] getEndpointTemplates() { Map<String, List<String>> filters = new HashMap<String, List<String>>(); DeveloperStudioProviderUtils.addFilter( filters, CSProviderConstants.FILTER_MEDIA_TYPE, ESBMediaTypeConstants.MEDIA_TYPE_ENDPOINT); return ArtifactTemplateHandler.getArtifactTemplates(filters); }
static { Map<String, List<String>> filters = new HashMap<String, List<String>>(); DeveloperStudioProviderUtils.addFilter( filters, CSProviderConstants.FILTER_MEDIA_TYPE, ESBMediaTypeConstants.MEDIA_TYPE_ENDPOINT); setArtifactTemplates(ArtifactTemplateHandler.getArtifactTemplates(filters)); }