Uses of Interface
com.flowable.core.content.api.MetadataInstance
-
Packages that use MetadataInstance Package Description com.flowable.content.engine.impl com.flowable.content.engine.impl.cmd com.flowable.content.engine.impl.persistence.entity com.flowable.core.content.api -
-
Uses of MetadataInstance in com.flowable.content.engine.impl
Methods in com.flowable.content.engine.impl that return MetadataInstance Modifier and Type Method Description MetadataInstance
MetadataServiceImpl. getMetadataInstance(String contentItemId, String metadataName)
Methods in com.flowable.content.engine.impl that return types with arguments of type MetadataInstance Modifier and Type Method Description Map<String,MetadataInstance>
MetadataServiceImpl. getMetadataInstances(String contentItemId)
Map<String,MetadataInstance>
MetadataServiceImpl. getMetadataInstances(String contentItemId, Collection<String> metadataNames)
-
Uses of MetadataInstance in com.flowable.content.engine.impl.cmd
Methods in com.flowable.content.engine.impl.cmd that return MetadataInstance Modifier and Type Method Description MetadataInstance
GetMetadataInstanceCmd. execute(CommandContext commandContext)
Methods in com.flowable.content.engine.impl.cmd that return types with arguments of type MetadataInstance Modifier and Type Method Description Map<String,MetadataInstance>
GetMetadataInstancesCmd. execute(CommandContext commandContext)
-
Uses of MetadataInstance in com.flowable.content.engine.impl.persistence.entity
Subinterfaces of MetadataInstance in com.flowable.content.engine.impl.persistence.entity Modifier and Type Interface Description interface
MetadataInstanceEntity
Classes in com.flowable.content.engine.impl.persistence.entity that implement MetadataInstance Modifier and Type Class Description class
MetadataInstanceEntityImpl
-
Uses of MetadataInstance in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return MetadataInstance Modifier and Type Method Description MetadataInstance
MetadataService. getMetadataInstance(String contentItemId, String metadataName)
Methods in com.flowable.core.content.api that return types with arguments of type MetadataInstance Modifier and Type Method Description Map<String,MetadataInstance>
MetadataService. getMetadataInstances(String contentItemId)
Map<String,MetadataInstance>
MetadataService. getMetadataInstances(String contentItemId, Collection<String> metadataNames)
-