Class SDocumentMapping

  • All Implemented Interfaces:
    java.io.Serializable, PersistentObject

    @Entity
    public class SDocumentMapping
    extends AbstractSDocumentMapping
    Mapping for a document

    can be part of a list of document, in that case all documents have the same name and an index If it's standalone documents index = -1

    Author:
    Baptiste Mesta
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SDocumentMapping​(long documentId, long processInstanceId, java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SDocumentMapping

        public SDocumentMapping​(long documentId,
                                long processInstanceId,
                                java.lang.String name)