Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.checkincheckout: Javadoc index of package com.flexstor.flexdbserver.services.checkincheckout.


Package Samples:

com.flexstor.flexdbserver.services.checkincheckout

Classes:

CheckOutService: CheckOutService Checks out and locks a file for modifications. The CheckOut Service is performed in two steps, depending on whether the check-out location is in the server or in the client's local machine. - The first step is to change the database status to in-progress and copy the files to the place specified by the client. - The second step is to update the status in the database to either checked-out (upon success) or checked-in (upon failure); delete the temporary files if the checked-out location is not local to the server; and finally send an email confirmation if requested by the client. ...
CheckInService: CheckInService Checks in new versions of assets after modifications, making such assets the current assets in the system. Older versions are kept in the system. Input Data Object com.flexstor.common.data.ActionData Output Data Object com.flexstor.common.dataActionResult Programmable Properties (passed inside data object) Specific Properties (apply to each individual asset) MacBinaryFormat: Indicates whether the file represented by this asset is in MacBinary format or not (defaults to false). Data type: Boolean Legal values: true or false RegenerateThumbnails: Indicates if the CheckInService needs ...
PromoteService: PromoteService Makes an older version of an asset be the most current. The current asset becomes a version asset. This service calls the CheckInService to demote the current version; therefore all properties set for the CheckInService must be set for the PromoteService. Input Data Object com.flexstor.common.data.ActionData Output Data Object com.flexstor.common.data.ActionResult Programmable Properties (passed inside data object) Specific Properties (apply to each individual asset) See CheckInService specifications.
CheckOutServiceManager: CheckOutServiceManager provides functionality to control the sequencial execution of Services during the check-in process
CheckInServiceManager: CheckInServiceManager provides functionality to control the sequencial execution of Services during the check-in process
PromoteServiceManager: PromoteServiceManager provides functionality to control the sequencial execution of Services during the promote process

Home | Contact Us | Privacy Policy | Terms of Service