|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ADAccessAble
Elements which can be set an access to
| Nested Class Summary | |
|---|---|
static class |
ADAccessAble.VAttr
|
| Method Summary | |
|---|---|
List<ADUsrRole> |
getAccessRole()
Return the roles which can read the current object. |
List<ADUsrRole> |
getReadRole()
Return the roles which cannot read the current object. |
boolean |
hasAccess(ADUsrRole refObj)
Returns true if the current login has access to change the current object. |
void |
setAccessRole(List<? extends ADUsrRole> values)
Set the value of Foreign Key AccessRole. |
void |
setReadRole(List<? extends ADUsrRole> values)
Set the value of Foreign Key ReadRole. |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement |
|---|
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject |
|---|
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead |
| Method Detail |
|---|
List<ADUsrRole> getAccessRole()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
List<ADUsrRole> getReadRole()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
boolean hasAccess(ADUsrRole refObj)
throws InoNetException,
SrvErrorException
argument refObj, this one is used instead.
refObj - A further instance of type ADUsrRole which is used to control the behaviour of the method. (see description above) This parameter is optional. (Its value can be given as null.)
InoNetException
SrvErrorException
void setAccessRole(List<? extends ADUsrRole> values)
throws InoNetException,
SrvErrorException
values - The value to be set.
InoNetException
SrvErrorException
void setReadRole(List<? extends ADUsrRole> values)
throws InoNetException,
SrvErrorException
values - The value to be set.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||