Uses of Class
com.fluig.sdk.api.document.RelatedDocumentVO
-
Packages that use RelatedDocumentVO Package Description com.fluig.sdk.api.workflow -
-
Uses of RelatedDocumentVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type RelatedDocumentVO Modifier and Type Method Description List<RelatedDocumentVO>
CardItemVO. getRelatedDocuments()
Recupera valor do relatedDocumentsMethod parameters in com.fluig.sdk.api.workflow with type arguments of type RelatedDocumentVO Modifier and Type Method Description void
CardItemVO. setRelatedDocuments(List<RelatedDocumentVO> relatedDocuments)
Atribui valor para relatedDocuments
-