Jamio Document

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Servizi Core >

Jamio Document

Descrizione

I metodi di questo servizio consentono di creare e gestire un documento in Jamio Openwork.

 

Metodi

AbortCheckOut

Aborts the check-out of a document.

AbortCreateDocument

Aborts the creation of the first version of a new document.

AddDocumentComponent

Adds a new DocumentComponent to a Document.

AddFileComponent

Adds a new FileComponent to a Document.

AddFileComponentFromPath

Adds a new FileComponent to a Document.

AddUnmanagedComponent

Adds a new UnmanagedComponent to a Document.

AggregationExists

Checks if an aggregation exists.

CheckIn

Performs the check-in of a document.

CheckOut

Performs the check-out of a document.

CloneDocument

Creates the working copy of a new document based on the current version of the referenced document.

CloseAggregation

Closes an aggregation.

CreateAggregation

Creates a new aggregation.

CreateDocumentWithFileComponents

Crea un documento con componenti di tipo file, individuati tramite collegamenti ad allegati di risorsa o di processo.

CreateWorkingCopyWithFileComponents

Crea un documento bozza con componenti di tipo file, individuati tramite collegamenti ad allegati di risorsa o di processo.

Delegate

Changes the CurrentOwner of a working copy.

DeleteAggregation

Deletes an aggregation.

DeleteComponent

Deletes a component (FileComponent, DocumentComponent or UnmanagedComponent).

DeleteDocument

Deletes a document.

DocumentExists

Checks if a document exists.

DocumentIsBeingCreated

Checks if a BeginCreateDocument has been issued, but not an EndCreateDocument.

DocumentVersionExists

Checks if a specific version of a document exists.

EndCreateDocument

Completes the creation of the first version of a new document.

ExecuteAggregationCustomAction

Executes the specified custom action on an aggregation.

ExecuteDocumentCustomAction

Executes the specified custom action on a document.

ExportFile

Reads the file stream associated to a FileComponent.

FreezeAggregation

Freezes an aggregation.

FreezeDocument

Freezes a document.

GetChildrenCatalog

Gets the catalog of all the aggregations and documents having the specified parent aggregation.

GetCurrentVersionNumber

Gets the current version number of a document.

GetCurrentVersionReference

Gets the reference of the current version of a document.

GetDocumentCatalog

Gets the Document catalog.

GetDocumentComponents

Gets all the components of the current version of a document.

GetDocumentFilesArchive

Downloads an archive file containing all the files of File Components from document current version.

GetDocumentMainComponentFile

Downloads file of the main component of document current version.

GetDocumentVersionsCatalog

Gets the catalog of all the versions of a Document.

GetDocumentVersionComponents

Gets all the components of a specific version of a document.

GetDocumentVersionComponentsCatalog

Gets the catalog of all the components of a specific version of a Document.

GetDocumentVersionFilesArchive

Downloads an archive file containing all the files of File Components from a document version.

GetDocumentVersionMainComponentFile

Downloads file of the main component of document version.

GetNewAggregation

Initializes an Aggregation resource.

GetNewDocument

Initializes a Document resource.

GetNewDocumentComponent

Initializes a DocumentComponent resource.

GetNewFileComponent

Initializes a FileComponent resource.

GetNewUnmanagedComponent

Initializes a UnmanagedComponent resource.

GetOpenVolumeReference

Gets the Reference of the only open volume (automatic aggregation) contained in a parent aggregation.

GetWorkingCopyComponents

Gets all the components of the working copy of a document (due to a BeginCreate or a CheckOut).

GetWorkingCopyFilesArchive

Downloads an archive file containing all the files of File Components from working copy of document.

GetWorkingCopyMainComponentFile

Downloads file of the main component of working copy of document.

LockAggregation

Locks an aggregation.

MoveAggregation

Moves an aggregation under another aggregation.

MoveDocument

Moves a document in another aggregation.

MoveNewAggregation

Sets or changes the parent aggregation in the initial working copy of a document.

OpenAggregation

Opens an aggregation.

ReadAggregation

Reads an aggregation.

ReadAggregationWithLock

Reads and lock an aggregation.

ReadComponent

Reads a component (FileComponent, DocumentComponent or UnmanagedComponent).

ReadDocument

Reads the current version of a document (properties and metadata).

ReadDocumentComponent

Reads a DocumentComponent.

ReadDocumentVersion

Reads the specified version of a document (properties and metadata).

ReadFile

Reads the file stream associated to a FileComponent and returns it in process attachment reference.

ReadFileComponent

Reads a FileComponent.

ReadOpenVolume

Reads the only open volume (automatic aggregation) contained in a parent aggregation.

ReadUnmanagedComponent

Reads an UnmanagedComponent.

ReadVolume

Reads the specified volume (automatic aggregation) contained in a parent aggregation.

ReadWorkingCopy

Reads properties and metadata of the working copy of a document (due to a BeginCreate or a CheckOut).

RevertToVersion

Creates a new version of the document from the specified old version.

StartCreateDocument

Creates the first draft of a new document.

TakeCharge

Takes the ownership of a working copy.

UnfreezeAggregation

Unfreezes an aggregation.

UnfreezeDocument

Unfreezes a document.

UnlockAggregation

Unlocks an aggregation.

UpdateAggregation

Updates an aggregation.

UpdateAggregationWithUnlock

Updates and unlock an aggregation.

UpdateWorkingCopy

Updates the working copy of a document (due to a BeginCreate or a CheckOut).

UpdateWorkingCopyComponent

Updates the working copy of a component.

UpdateWorkingCopyDocumentComponent

Updates the working copy of a DocumentComponent.

UpdateWorkingCopyFile

Updates the file stream of FileComponent working copy.

UpdateWorkingCopyFileComponent

Updates the working copy of a FileComponent.

UpdateWorkingCopyUnmanagedComponent

Updates the working copy of a UnmanagedComponent.

 

Metodi deprecati dalla versione MARIMBA 4.5R5

I seguenti metodi sono dichiarati deprecati a partire alla versione Jamio openwork Marimba 4.5R5:

BeginCreateDocument

Begins the creation of a new document. Utilizzare il metodo StartCreateDocument.