|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwReason
Base interface for reason object. Interface with the possibility to add a description why something is allowed or denied.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
static String |
EMPTY_REASON_DESCRIPTION
Empty String which should be used as return value if no description exist. |
Method Summary | |
---|---|
String |
getReasonDescription()
String message why it is denied/allowed. |
boolean |
isAllowed()
Return status if it is allowed or not. |
Field Detail |
---|
static final String EMPTY_REASON_DESCRIPTION
Method Detail |
---|
boolean isAllowed()
String getReasonDescription()
Attention should not return null
use EMPTY_REASON_DESCRIPTION
instead as return
value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |