Class WFDataController

    • Constructor Detail

      • WFDataController

        public WFDataController()
    • Method Detail

      • beforeWrite

        public void beforeWrite​(Data data,
                                int op,
                                Member mbr,
                                java.util.Map context)
        Description copied from class: BasicDataController
        This method is called before the write operation is performed.
        Specified by:
        beforeWrite in interface DataController
        Overrides:
        beforeWrite in class BasicDataController
        Parameters:
        data - the data which will be written
        op - the operation (OP_CREATE, OP_UPDATE, ...)
        mbr - the member which requests the write operation
        context - a map which contains context parameters (may be null)
      • afterWrite

        public void afterWrite​(Data data,
                               int op,
                               Member mbr,
                               java.util.Map context)
        Description copied from class: BasicDataController
        This method is called once the write operation has been performed.
        Specified by:
        afterWrite in interface DataController
        Overrides:
        afterWrite in class BasicDataController
        Parameters:
        data - the data that was written
        op - the operation (OP_CREATE, OP_UPDATE, ...)
        mbr - the member who requested the write operation
        context - a map which contains context parameters (may be null)
      • processUpdate

        protected void processUpdate​(Publication pub,
                                     Member mbr,
                                     java.util.Map context)