Class ActionPermissionRequest

java.lang.Object
com.onenetwork.platform.data.model.perm.PermissionRequest
com.onenetwork.platform.data.model.perm.ActionPermissionRequest

public class ActionPermissionRequest
extends PermissionRequest
Helper class containing action information to apply custom model permissions during write operation
  • Constructor Summary

    Constructors 
    Constructor Description
    ActionPermissionRequest​(java.lang.String customModelName, java.lang.String actionName, java.util.List<? extends Model> models, PlatformUserContext platformUserContext)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getActionName()  
    java.util.List<? extends Model> getModels()  

    Methods inherited from class com.onenetwork.platform.data.model.perm.PermissionRequest

    getCustomModelName, getPlatformUserContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getActionName

      public java.lang.String getActionName()
      Returns:
      the actionName
    • getModels

      public java.util.List<? extends Model> getModels()
      Returns:
      the models