|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flexive.shared.content.FxContentSecurityInfo
public class FxContentSecurityInfo
Security related information about a content (primary key)
| Constructor Summary | |
|---|---|
FxContentSecurityInfo(FxPK pk,
long ownerId,
long previewId,
long typeId,
long mandatorId,
byte typePermissions,
int typeACL,
int stepACL,
int contentACL,
int previewACL,
long[] usedPropertyACL)
Constructor |
|
| Method Summary | |
|---|---|
int |
getContentACL()
Get the ACL of the content instance |
long |
getMandatorId()
Get the id of the mandator |
long |
getOwnerId()
Get the owner of the content |
FxPK |
getPk()
Get the primary key of the content instance this info relates to |
int |
getPreviewACL()
|
long |
getPreviewId()
Get the binary id of the preview |
int |
getStepACL()
Get the ACL of the step |
int |
getTypeACL()
Get the ACL of the type |
long |
getTypeId()
Getter for the used type id |
long[] |
getUsedPropertyACL()
Get all used and relevant property ACL's. |
boolean |
useInstancePermissions()
Use content instance permissions? |
boolean |
usePermissions()
Use permissions at all? |
boolean |
usePropertyPermissions()
Use property permissions? |
boolean |
useStepPermissions()
Use step permissions? |
boolean |
useTypePermissions()
Use type permissions? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FxContentSecurityInfo(FxPK pk,
long ownerId,
long previewId,
long typeId,
long mandatorId,
byte typePermissions,
int typeACL,
int stepACL,
int contentACL,
int previewACL,
long[] usedPropertyACL)
pk - the primary key this info relates toownerId - owner of the contentpreviewId - Id of preview image, only relevant for security if > 0typeId - id of the used typemandatorId - id of the mandatortypePermissions - byte encoded type permission handlingtypeACL - ACL of the typestepACL - ACL of the stepcontentACL - ACL of the content instancepreviewACL - Property ACL of the preview, only relevant for security if previewId > 0usedPropertyACL - relevant property ACL's| Method Detail |
|---|
public FxPK getPk()
public long getOwnerId()
public long getTypeId()
public long getMandatorId()
public int getTypeACL()
public int getStepACL()
public int getContentACL()
public long[] getUsedPropertyACL()
public boolean usePermissions()
public long getPreviewId()
public int getPreviewACL()
public boolean useInstancePermissions()
public boolean usePropertyPermissions()
public boolean useStepPermissions()
public boolean useTypePermissions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||