|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.util.List<INamespaceMetadata> getNamespaces(ClientContext clientContext)
throws ConductorException
ConductorException
INamespaceMetadata getNamespace(ClientContext clientContext,
java.lang.String namespace)
throws ConductorException
namespace - The namespace to retrieve.ConductorException
INamespaceMetadata createNamespace(ClientContext clientContext,
java.lang.String namespace)
throws ConductorException
namespace - the namespace to createConductorException
void removeNamespace(ClientContext clientContext,
java.lang.String namespace)
throws ConductorException
namespace - The namespace to retrieve.ConductorException
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||