Click or drag to resize

Jcdi Class

JCDI web service implementation
Inheritance Hierarchy
System.Object
  Enerj.CDI.WebService.V4.Jcdi

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public class Jcdi : IJcdi

The Jcdi type exposes the following members.

Constructors
  NameDescription
Public methodJcdi
Default constructor
Top
Methods
  NameDescription
Public methodAuthRefresh
Executes the refresh of the access token
Public methodCheckDocument
Request to check the integrity of a document
Public methodDeposit
Executes the Deposit of the document for the future preservation
Public methodDestroyDocument
Executes the destruction of the document accordig to the local regulations
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCompanyDocumentTypeList
GetCompanyDocumentTypeList
Public methodGetDocumentConditionByIdentificativo
Returns document's condition from customer document id
Public methodGetDocumentCount
Request of getting the count of documents
Public methodGetDocumentList
Request of reading the document list for a digital safe
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPdVCondition
Returns depot pack (PDV) condition from depot pack id
Public methodGetPdvStatus
Request of retrieve the status of a preservation package (PdV)
Public methodGetShortUuid
Request of generation of a random string ASCII85 with length 20 characters
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogin
Executes login with user and password
Public methodReadDocument
Request of reading a document
Public methodReadDocumentLog
Request of reading the log of a document
Public methodReadDocumentMetadata
Request of reading the document metadata
Public methodReadDocumentTechMetadata
Request of reading the document technical metadata
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also