Uses of Interface
com.saperion.intf.wf.AttachmentInfo
-
Packages that use AttachmentInfo Package Description com.saperion Main package for all SAPERION LARIX components.com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of AttachmentInfo in com.saperion
Methods in com.saperion with parameters of type AttachmentInfo Modifier and Type Method Description static com.lexmark.saperion.document.DocumentReferenceType
SaTypeConverter. createDocumentReference(AttachmentInfo attachmentInfo)
Creates a new document reference from anAttachmentInfo
.static com.lexmark.saperion.document.DocumentRevisionReferenceType
SaTypeConverter. createDocumentRevisionReference(AttachmentInfo attachmentInfo)
Creates a new document revision reference from anAttachmentInfo
. -
Uses of AttachmentInfo in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return AttachmentInfo Modifier and Type Method Description AttachmentInfo
ProcessInfo. getAttachmentInfo()
-
Uses of AttachmentInfo in com.saperion.wf
Classes in com.saperion.wf that implement AttachmentInfo Modifier and Type Class Description class
AttachmentInfoImpl
Attachment info class.Methods in com.saperion.wf that return AttachmentInfo Modifier and Type Method Description AttachmentInfo
ProcessInfoImpl. getAttachmentInfo()
-