com.semarchy.mdm.runtime.model.security
Class EntityAuthorization

java.lang.Object
  extended by com.semarchy.mdm.runtime.model.security.EntityAuthorization

public class EntityAuthorization
extends Object


Field Summary
static EntityAuthorization FULL_ACCESS
           
static EntityAuthorization NO_ACCESS
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_ACCESS

public static final EntityAuthorization FULL_ACCESS

NO_ACCESS

public static final EntityAuthorization NO_ACCESS
Method Detail

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.