com.semarchy.mdm.runtime.model.security
Class EntityAuthorization
java.lang.Object
com.semarchy.mdm.runtime.model.security.EntityAuthorization
public class EntityAuthorization
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FULL_ACCESS
public static final EntityAuthorization FULL_ACCESS
NO_ACCESS
public static final EntityAuthorization NO_ACCESS
createEntityAuthorization
public static EntityAuthorization createEntityAuthorization(RowScope pReadScope,
RowScope pWriteScope,
RowScope pCreateScope,
RowScope pCheckoutScope,
RowScope pExportScope,
RowScope pRemoveScope)
getReadAuthorizedScope
public RowScope getReadAuthorizedScope()
getWriteAuthorizedScope
public RowScope getWriteAuthorizedScope()
getExportAuthorizedScope
public RowScope getExportAuthorizedScope()
getCreateAuthorizedScope
public RowScope getCreateAuthorizedScope()
getCheckoutAuthorizedScope
public RowScope getCheckoutAuthorizedScope()
getRemoveAuthorizedScope
public RowScope getRemoveAuthorizedScope()
Copyright © 2015. All Rights Reserved.