|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.ResourcePolicy
Field Summary | |
protected static Trace |
_trace
|
static java.lang.String |
code_id
|
static java.lang.String |
REPOSITORY_ID
|
Constructor Summary | |
ResourcePolicy(LighthouseContext context)
|
|
ResourcePolicy(LighthouseContext context,
boolean checkout)
|
Method Summary | |
void |
checkin()
Checks the changed configuration back into the repository, provided the configuration was acquired with read-write access. |
static java.lang.Object |
getEffectivePolicyValue(ObjectCache cache,
java.lang.String parameter,
Resource res)
|
java.lang.Object |
getEffectivePolicyValue(java.lang.String parameter,
Resource res)
|
static java.lang.Object |
getPolicyValue(ObjectCache cache,
java.lang.String parameter,
Resource res,
ScopeType scope)
|
java.lang.Object |
getPolicyValue(java.lang.String parameter)
|
java.lang.Object |
getPolicyValue(java.lang.String parameter,
Resource res)
|
java.lang.Object |
getPolicyValue(java.lang.String parameter,
Resource res,
ScopeType scope)
|
java.lang.Object |
getPolicyValue(java.lang.String parameter,
java.lang.String resType)
|
void |
removePolicy(java.lang.String parameter)
|
void |
removePolicy(java.lang.String parameter,
Resource res)
|
void |
removePolicy(java.lang.String parameter,
Resource res,
ScopeType scope)
Sets the value of a policy parameter. |
void |
removePolicy(java.lang.String parameter,
java.lang.String resType)
|
void |
setPolicy(java.lang.String parameter,
java.lang.Object value)
Sets the value of a policy parameter. |
void |
setPolicy(java.lang.String parameter,
java.lang.Object value,
Resource res)
Sets the value of a policy parameter. |
void |
setPolicy(java.lang.String parameter,
java.lang.Object value,
Resource res,
ScopeType scope)
Sets the value of a policy parameter. |
void |
setPolicy(java.lang.String parameter,
java.lang.String resType,
java.lang.Object value)
|
void |
unlock()
Unlocks the configuration in the repository. |
static void |
unlock(LighthouseContext context)
Unlocks the configuration in the repository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
protected static final Trace _trace
public static final java.lang.String REPOSITORY_ID
Constructor Detail |
public ResourcePolicy(LighthouseContext context) throws WavesetException
public ResourcePolicy(LighthouseContext context, boolean checkout) throws WavesetException
Method Detail |
public static void unlock(LighthouseContext context) throws WavesetException
WavesetException
public void unlock() throws WavesetException
WavesetException
public void checkin() throws ItemNotLocked, WavesetException
ItemNotLocked
WavesetException
public void setPolicy(java.lang.String parameter, java.lang.Object value) throws WavesetException
WavesetException
public void setPolicy(java.lang.String parameter, java.lang.Object value, Resource res) throws WavesetException
WavesetException
public void setPolicy(java.lang.String parameter, java.lang.Object value, Resource res, ScopeType scope) throws WavesetException
WavesetException
public void setPolicy(java.lang.String parameter, java.lang.String resType, java.lang.Object value) throws WavesetException
WavesetException
public void removePolicy(java.lang.String parameter) throws WavesetException
WavesetException
public void removePolicy(java.lang.String parameter, java.lang.String resType) throws WavesetException
WavesetException
public void removePolicy(java.lang.String parameter, Resource res) throws WavesetException
WavesetException
public void removePolicy(java.lang.String parameter, Resource res, ScopeType scope) throws WavesetException
WavesetException
public java.lang.Object getPolicyValue(java.lang.String parameter) throws WavesetException
WavesetException
public java.lang.Object getPolicyValue(java.lang.String parameter, Resource res) throws WavesetException
WavesetException
public static java.lang.Object getPolicyValue(ObjectCache cache, java.lang.String parameter, Resource res, ScopeType scope) throws WavesetException
WavesetException
public java.lang.Object getPolicyValue(java.lang.String parameter, Resource res, ScopeType scope) throws WavesetException
WavesetException
public java.lang.Object getPolicyValue(java.lang.String parameter, java.lang.String resType) throws WavesetException
WavesetException
public java.lang.Object getEffectivePolicyValue(java.lang.String parameter, Resource res) throws WavesetException
WavesetException
public static java.lang.Object getEffectivePolicyValue(ObjectCache cache, java.lang.String parameter, Resource res) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |