Uses of Interface
io.dialob.client.api.DialobDocument.FormRevisionDocument
-
Packages that use DialobDocument.FormRevisionDocument Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobDocument.FormRevisionDocument in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobDocument.FormRevisionDocument Modifier and Type Class Description classImmutableFormRevisionDocumentImmutable implementation ofDialobDocument.FormRevisionDocument.Methods in io.dialob.client.api that return DialobDocument.FormRevisionDocument Modifier and Type Method Description DialobDocument.FormRevisionDocumentImmutableRevisionWrapper. getDocument()DialobDocument.FormRevisionDocumentDialobComposer.ComposerDocumentState. getRevision()DialobDocument.FormRevisionDocumentImmutableComposerDocumentState. getRevision()DialobDocument.FormRevisionDocumentDialobClient.TypesMapper. readFormRevDoc(String entity)DialobDocument.FormRevisionDocumentDialobClient.TypesMapper. toFormRevDoc(DialobStore.StoreEntity store)Methods in io.dialob.client.api that return types with arguments of type DialobDocument.FormRevisionDocument Modifier and Type Method Description Map<String,DialobDocument.FormRevisionDocument>DialobComposer.ComposerState. getRevs()com.google.common.collect.ImmutableMap<String,DialobDocument.FormRevisionDocument>ImmutableComposerState. getRevs()Methods in io.dialob.client.api with parameters of type DialobDocument.FormRevisionDocument Modifier and Type Method Description static ImmutableFormRevisionDocumentImmutableFormRevisionDocument. copyOf(DialobDocument.FormRevisionDocument instance)Creates an immutable copy of aDialobDocument.FormRevisionDocumentvalue.ImmutableRevisionWrapper.BuilderImmutableRevisionWrapper.Builder. document(DialobDocument.FormRevisionDocument document)Initializes the value for thedocumentattribute.ImmutableFormRevisionDocument.BuilderImmutableFormRevisionDocument.Builder. from(DialobDocument.FormRevisionDocument instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobDocument.FormRevisionDocumentinstance.ImmutableComposerState.BuilderImmutableComposerState.Builder. putRevs(String key, DialobDocument.FormRevisionDocument value)Put one entry to therevsmap.ImmutableComposerDocumentState.BuilderImmutableComposerDocumentState.Builder. revision(DialobDocument.FormRevisionDocument revision)Initializes the value for therevisionattribute.StringDialobClient.TypesMapper. toStoreBody(DialobDocument.FormRevisionDocument anyObject)ImmutableRevisionWrapperImmutableRevisionWrapper. withDocument(DialobDocument.FormRevisionDocument value)Copy the current immutable object by setting a value for thedocumentattribute.ImmutableComposerDocumentStateImmutableComposerDocumentState. withRevision(DialobDocument.FormRevisionDocument value)Copy the current immutable object by setting a value for therevisionattribute.Method parameters in io.dialob.client.api with type arguments of type DialobDocument.FormRevisionDocument Modifier and Type Method Description ImmutableComposerState.BuilderImmutableComposerState.Builder. putAllRevs(Map<String,? extends DialobDocument.FormRevisionDocument> entries)Put all mappings from the specified map as entries torevsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. putRevs(Map.Entry<String,? extends DialobDocument.FormRevisionDocument> entry)Put one entry to therevsmap.ImmutableComposerState.BuilderImmutableComposerState.Builder. revs(Map<String,? extends DialobDocument.FormRevisionDocument> entries)Sets or replaces all mappings from the specified map as entries for therevsmap.ImmutableComposerStateImmutableComposerState. withRevs(Map<String,? extends DialobDocument.FormRevisionDocument> entries)Copy the current immutable object by replacing therevsmap with the specified map. -
Uses of DialobDocument.FormRevisionDocument in io.dialob.client.spi
Methods in io.dialob.client.spi that return DialobDocument.FormRevisionDocument Modifier and Type Method Description DialobDocument.FormRevisionDocumentDialobTypesMapperImpl. readFormRevDoc(String entity)DialobDocument.FormRevisionDocumentDialobTypesMapperImpl. toFormRevDoc(DialobStore.StoreEntity store)Methods in io.dialob.client.spi with parameters of type DialobDocument.FormRevisionDocument Modifier and Type Method Description StringDialobTypesMapperImpl. toStoreBody(DialobDocument.FormRevisionDocument anyObject)
-