Documentation of 'hep.aida.dev.IDevMutableStore' Java class
IDevMutableStore
hep.aida.dev

Interface IDevMutableStore

    • Method Detail

      • updateData

        void updateData(java.lang.String path,
                        java.lang.String type)
                 throws java.lang.IllegalArgumentException
        Initiates the process of updating content for an IManagedObject. Can be done synchronously or can just schedule update in some queue. If validation mechanism is used for updates, servant's "setValid(path)" method should be called here after successfull date update.
        Parameters:
        path - The path to the object which is to be updated.
        type - Type of object (this parameter does not have to be used).
        Throws:
        java.lang.IllegalArgumentException - If the path does not exist, or if it is a directory.
      • createObject

        IManagedObject createObject(java.lang.String name,
                                    java.lang.String type)
                             throws java.lang.IllegalArgumentException
        Create an IManagedObject that can be later updated. If object already exist, do not overwrite it, just return with, maybe, a warning.
        Parameters:
        name - Simple name of an object which is to be created, no directories.
        type - Type of object.
        Throws:
        java.lang.IllegalArgumentException - If unknown type.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.