Class DefaultModelActions

java.lang.Object
com.onenetwork.platform.data.model.DefaultModelActions

public class DefaultModelActions
extends java.lang.Object
The following actions are generated by default for all models. By default they are accessible to Value Chain Admins; additional permission, workflows, etc. can all be associated to these actions through studio.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PLT_CREATE
    Creates the model, throwing an exception if a model with the same natural key already exists.
    static java.lang.String PLT_DELETE
    Deletes the model
    static java.lang.String PLT_INSERT_OR_UPDATE
    If the model does not exists, insert it ...
    static java.lang.String PLT_UPDATE
    Updates the model, throwing an exception if it does not already exist
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultModelActions()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait