|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.wcps.property.ResourceFactory
public class ResourceFactory
A factory class to create and delete a namespace scoped property service entities.
| Nested Class Summary | |
|---|---|
static class |
ResourceFactory.BuilderThe builder for creating an instance of a ResourceFactory. |
| Method Summary | |
|---|---|
static ResourceFactory.Builder |
builder()Returns an instance of builder to create this. |
void |
destroy()Removes all the property service entities scoped to the namespace associated with this. |
static void |
destroy(IContext context, INamespaceName namespaceName)Removes all the property service entities scoped to the given namespaceName. |
IContext |
getContext()Returns the associated context. |
INamespace |
getNamespace()Returns the associated namespace. |
java.util.List<IPropertyDefinition> |
getPropertyDefinitions()Returns the list of propertydefinitions created by this. |
java.util.List<IPropertySetDefinition> |
getPropertySetDefinitions()Returns the list of propertysetdefinitions created by this. |
java.util.List<IPropertySet> |
getPropertySets()Returns the list of propertysets created by this. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IContext getContext()
public INamespace getNamespace()
public java.util.List<IPropertyDefinition> getPropertyDefinitions()
public java.util.List<IPropertySetDefinition> getPropertySetDefinitions()
public java.util.List<IPropertySet> getPropertySets()
public void destroy()
public static void destroy(IContext context,
INamespaceName namespaceName)
context - a property service context with properties to access property service remotely.namespaceName - a namespace name.public static ResourceFactory.Builder builder()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||