Package | Description |
---|---|
com.jalios.jcms |
Contains the core JPlatform classes.
|
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
com.jalios.jcms.shortcut | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RightPolicyManager.canBeReadBy(boolean isAuthorized,
Member mbrToRead,
Member mbrReading,
RightInfo rightInfo)
Checks if a member can read the specified Member.
|
boolean |
RightPolicyManager.canBeReadBy(boolean isAuthorized,
Publication pub,
Group grp,
RightInfo rightInfo) |
boolean |
RightPolicyManager.canBeReadBy(boolean isAuthorized,
Publication pub,
Member mbr,
boolean searchInGroups,
RightInfo rightInfo) |
boolean |
Publication.canBeReadBy(Group group,
RightInfo rightInfo) |
boolean |
FileDocument.canBeReadBy(Group group,
RightInfo rightInfo) |
boolean |
Publication.canBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
Checks if the specified member is authorized to read this Publication.
|
boolean |
Member.canBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
Checks if the specified member is authorized to read this Member.
|
boolean |
Group.canBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
Checks if the specified member is authorized to read this Group.
|
boolean |
Data.canBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
Checks if the specified member is authorized to read this Data.
|
boolean |
Category.canBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
Checks if the specified member is authorized to read this Category.
|
boolean |
RightPolicyManager.canDeleteOther(boolean isAuthorized,
Member mbr,
Data data,
RightInfo rightInfo) |
boolean |
Member.canDeleteOther(Data data,
RightInfo rightInfo) |
boolean |
RightPolicyManager.canUpdateOther(boolean isAuthorized,
Member mbr,
Data data,
RightInfo rightInfo) |
boolean |
Member.canUpdateOther(Data data,
RightInfo rightInfo) |
boolean |
RightPolicyManager.canWorkOn(boolean isAuthorized,
Publication pub,
Member member,
RightInfo rightInfo) |
boolean |
Member.canWorkOn(Publication pub,
RightInfo rightInfo) |
protected boolean |
Publication.internalCanBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo) |
protected boolean |
Form.internalCanBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
Form instances are restricted to:
its author
its submitMember if any
workers in workflow
WS or central administrator
Default privacy can be skipped (to make form visible for anonymous for example) by using a property like:
|
protected boolean |
FileDocument.internalCanBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo) |
protected boolean |
Publication.internalCanBeReadByAuthorized(Group group,
RightInfo rightInfo)
Returns true if given group is not null, and is contained in Publication's authorizedGroupSet.
|
protected boolean |
Member.internalCanDeleteOther(Data data,
RightInfo rightInfo) |
protected boolean |
Member.internalCanUpdateOther(Data data,
RightInfo rightInfo) |
Modifier and Type | Method and Description |
---|---|
RightInfo |
CheckRightsHandler.getRightInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractShortcut.canBeReadBy(Group group,
RightInfo rightInfo)
If shortcut targets a Publication, Group can read shortcut only if it can read the publication.
|
protected boolean |
AbstractShortcut.internalCanBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo)
If shortcut targets a Publication, Member can read shortcut only if he can read the publication.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Workspace.canBeReadBy(Member member,
boolean searchInGroups,
RightInfo rightInfo) |
Copyright © 2001-2019 Jalios SA. All Rights Reserved.