public class EntityAuthorization extends Object
Modifier and Type | Field and Description |
---|---|
static EntityAuthorization |
FULL_ACCESS |
static EntityAuthorization |
NO_ACCESS |
Modifier and Type | Method and Description |
---|---|
static EntityAuthorization |
createEntityAuthorization(RowScope pReadScope,
RowScope pWriteScope,
RowScope pCreateScope,
RowScope pCheckoutScope,
RowScope pExportScope,
RowScope pRemoveScope) |
RowScope |
getCheckoutAuthorizedScope() |
RowScope |
getCreateAuthorizedScope() |
RowScope |
getExportAuthorizedScope() |
RowScope |
getReadAuthorizedScope() |
RowScope |
getRemoveAuthorizedScope() |
RowScope |
getWriteAuthorizedScope() |
public static final EntityAuthorization FULL_ACCESS
public static final EntityAuthorization NO_ACCESS
public static EntityAuthorization createEntityAuthorization(RowScope pReadScope, RowScope pWriteScope, RowScope pCreateScope, RowScope pCheckoutScope, RowScope pExportScope, RowScope pRemoveScope)
public RowScope getReadAuthorizedScope()
public RowScope getWriteAuthorizedScope()
public RowScope getExportAuthorizedScope()
public RowScope getCreateAuthorizedScope()
public RowScope getCheckoutAuthorizedScope()
public RowScope getRemoveAuthorizedScope()
Copyright © 2015. All Rights Reserved.