|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.webcenter.page.model.PageServiceScopeAPI
public class PageServiceScopeAPI
Constructor Summary | |
---|---|
PageServiceScopeAPI() |
Method Summary | |
---|---|
void |
copy(Scope source, Scope target) Copy all the information stored for a Service in the source Scope to the target Scope this includes all metadata and data with necessary updates made to reflect the target Scope. |
boolean |
isConfigured() |
boolean |
isProvisioned(Scope scope) Get whether the Service has been provisioned for the supplied Scope. |
boolean |
isReadOnly(Scope scope) Get whether the Service is read only for the the supplied Scope. |
void |
provision(Scope scope, java.lang.String scopeDisplayName) Make the Service available in the supplied Scope by seeding any metadata and data. |
void |
rename(Scope source, Scope target) Change the name of a Scope used by the Service. |
void |
setReadOnly(Scope scope, boolean readOnly) Set whether the Service is read only within the supplied Scope. |
void |
unprovision(Scope scope) Makes a Service unavailable in the supplied Scope by removing all data and metadata. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageServiceScopeAPI()
Method Detail |
---|
public void provision(Scope scope, java.lang.String scopeDisplayName) throws CommandException
scope
- Scope to provision the Service forscopeDisplayName
- the display used for the ScopeCommandException
public void unprovision(Scope scope) throws CommandException
scope
- Scope to unprovision the Service forCommandException
public boolean isProvisioned(Scope scope) throws CommandException
scope
- the Scope to check if the Service is provisioned fortrue
if the Service is provisioned; false
otherwiseCommandException
public void copy(Scope source, Scope target) throws CommandException
source
- the source Scopetarget
- the target ScopeCommandException
public void rename(Scope source, Scope target) throws CommandException
source
- the source Scopetarget
- the target ScopeCommandException
public void setReadOnly(Scope scope, boolean readOnly) throws CommandException
scope
- Scope to set read only state of Service forreadOnly
- true
to make the Service read only for the Scope; false
otherwiseCommandException
public boolean isReadOnly(Scope scope) throws CommandException
scope
- Scope to get read only state of Service fortrue
to make the Service read only for the Scope; false
otherwiseCommandException
public boolean isConfigured()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |