C# Class Exo.KfxReleaseScript.KfxReleaseScript

Inheritance: IKfxReleaseScript
Mostrar archivo Open project: exodev/jcr-msofficeplugin

Public Methods

Method Description
CloseScript ( ) : KfxReturnValue
OpenScript ( ) : KfxReturnValue
ReleaseDoc ( ) : KfxReturnValue

Private Methods

Method Description
GetDavContext ( ) : DavContext
GetDocumentPath ( ) : string
LogException ( ReleaseData data, Exception e ) : void
ProcessDocumentNodeCreation ( ) : void
ProcessPdf ( ) : void
ProcessProperties ( ) : void
ProcessTif ( ) : void
ProcessTxt ( ) : void
SendError ( String message ) : void
SendMessage ( String message ) : void
UploadFile ( String filePath, String destinationPath ) : void

Method Details

CloseScript() public method

public CloseScript ( ) : KfxReturnValue
return KfxReturnValue

OpenScript() public method

public OpenScript ( ) : KfxReturnValue
return KfxReturnValue

ReleaseDoc() public method

public ReleaseDoc ( ) : KfxReturnValue
return KfxReturnValue