Uses of Interface
io.dialob.client.api.DialobDocument.FormReleaseValueDocument
-
Packages that use DialobDocument.FormReleaseValueDocument Package Description io.dialob.client.api io.dialob.client.spi.composer -
-
Uses of DialobDocument.FormReleaseValueDocument in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobDocument.FormReleaseValueDocument Modifier and Type Class Description classImmutableFormReleaseValueDocumentImmutable implementation ofDialobDocument.FormReleaseValueDocument.Methods in io.dialob.client.api that return types with arguments of type DialobDocument.FormReleaseValueDocument Modifier and Type Method Description List<DialobDocument.FormReleaseValueDocument>DialobDocument.FormReleaseDocument. getValues()com.google.common.collect.ImmutableList<DialobDocument.FormReleaseValueDocument>ImmutableFormReleaseDocument. getValues()Methods in io.dialob.client.api with parameters of type DialobDocument.FormReleaseValueDocument Modifier and Type Method Description ImmutableFormReleaseDocument.BuilderImmutableFormReleaseDocument.Builder. addValues(DialobDocument.FormReleaseValueDocument element)Adds one element tovalueslist.ImmutableFormReleaseDocument.BuilderImmutableFormReleaseDocument.Builder. addValues(DialobDocument.FormReleaseValueDocument... elements)Adds elements tovalueslist.static ImmutableFormReleaseValueDocumentImmutableFormReleaseValueDocument. copyOf(DialobDocument.FormReleaseValueDocument instance)Creates an immutable copy of aDialobDocument.FormReleaseValueDocumentvalue.ImmutableFormReleaseValueDocument.BuilderImmutableFormReleaseValueDocument.Builder. from(DialobDocument.FormReleaseValueDocument instance)Fill a builder with attribute values from the providedFormReleaseValueDocumentinstance.ImmutableFormReleaseDocumentImmutableFormReleaseDocument. withValues(DialobDocument.FormReleaseValueDocument... elements)Copy the current immutable object with elements that replace the content ofvalues.Method parameters in io.dialob.client.api with type arguments of type DialobDocument.FormReleaseValueDocument Modifier and Type Method Description ImmutableFormReleaseDocument.BuilderImmutableFormReleaseDocument.Builder. addAllValues(Iterable<? extends DialobDocument.FormReleaseValueDocument> elements)Adds elements tovalueslist.ImmutableFormReleaseDocument.BuilderImmutableFormReleaseDocument.Builder. values(Iterable<? extends DialobDocument.FormReleaseValueDocument> elements)Sets or replaces all elements forvalueslist.ImmutableFormReleaseDocumentImmutableFormReleaseDocument. withValues(Iterable<? extends DialobDocument.FormReleaseValueDocument> elements)Copy the current immutable object with elements that replace the content ofvalues. -
Uses of DialobDocument.FormReleaseValueDocument in io.dialob.client.spi.composer
Methods in io.dialob.client.spi.composer with parameters of type DialobDocument.FormReleaseValueDocument Modifier and Type Method Description List<DialobStore.StoreCommand>ImportReleaseVisitor. initForm(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreEntity>ReleaseDumpToStoreEntityVisitor. initForm(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreCommand>ImportReleaseVisitor. initFormRev(DialobDocument.FormReleaseValueDocument original)List<DialobStore.StoreEntity>ReleaseDumpToStoreEntityVisitor. initFormRev(DialobDocument.FormReleaseValueDocument original)
-