|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the functionality to override ConflictException
Supported API: false
Extendable: false
Method Summary | |
EPMConflictType |
getConflict()
Gets the value of the attribute: conflict. |
WTMessage |
getMessage()
Gets the value of the attribute: message. |
EPMResolutionType |
getResolution()
Gets the value of the attribute: resolution. |
boolean |
isActionAllowed(Object target)
Returns true if action valid for specified target. |
WTCollection |
isActionAllowed(WTCollection targets)
Checks if action is valid for specified targets. |
void |
overrideAction(WTCollection targets)
Overrides the action by using the #resolution for specified targets. |
void |
validateAction(WTCollection targets)
Validates the action for specified targets. |
Method Detail |
public EPMConflictType getConflict()
public EPMResolutionType getResolution()
public WTMessage getMessage()
public void validateAction(WTCollection targets) throws ConflictException, WTException
targets
-
ConflictException
WTException
public boolean isActionAllowed(Object target) throws WTException
target
-
WTException
public void overrideAction(WTCollection targets) throws WTException
targets
-
WTException
public WTCollection isActionAllowed(WTCollection targets) throws WTException
targets
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |