Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.wcps.conductor.services
Interface INamespaceService


public interface INamespaceService

Service for retrieving and creating namespaces.


Method Summary
 INamespaceMetadata createNamespace(ClientContext clientContext, java.lang.String namespace)
          Creates a namespace.
 INamespaceMetadata getNamespace(ClientContext clientContext, java.lang.String namespace)
          Retrieves a namespace by name.
 java.util.List<INamespaceMetadata> getNamespaces(ClientContext clientContext)
          Retrieves a collection of existing namespaces.
 void removeNamespace(ClientContext clientContext, java.lang.String namespace)
          Removes a namespace by name.

 

Method Detail

getNamespaces

java.util.List<INamespaceMetadata> getNamespaces(ClientContext clientContext)
                                                 throws ConductorException
Retrieves a collection of existing namespaces.
Throws:
ConductorException

getNamespace

INamespaceMetadata getNamespace(ClientContext clientContext,
                                java.lang.String namespace)
                                throws ConductorException
Retrieves a namespace by name.
Parameters:
namespace - The namespace to retrieve.
Throws:
ConductorException

createNamespace

INamespaceMetadata createNamespace(ClientContext clientContext,
                                   java.lang.String namespace)
                                   throws ConductorException
Creates a namespace.
Parameters:
namespace - the namespace to create
Throws:
ConductorException

removeNamespace

void removeNamespace(ClientContext clientContext,
                     java.lang.String namespace)
                     throws ConductorException
Removes a namespace by name.
Parameters:
namespace - The namespace to retrieve.
Throws:
ConductorException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.