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 |
Modifier and Type | Method and Description |
---|---|
MetadataInstance |
MetadataServiceImpl.getMetadataInstance(String contentItemId,
String metadataName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetadataInstance> |
MetadataServiceImpl.getMetadataInstances(String contentItemId) |
Map<String,MetadataInstance> |
MetadataServiceImpl.getMetadataInstances(String contentItemId,
Collection<String> metadataNames) |
Modifier and Type | Method and Description |
---|---|
MetadataInstance |
GetMetadataInstanceCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetadataInstance> |
GetMetadataInstancesCmd.execute(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
MetadataInstanceEntity |
Modifier and Type | Class and Description |
---|---|
class |
MetadataInstanceEntityImpl |
Modifier and Type | Method and Description |
---|---|
MetadataInstance |
MetadataService.getMetadataInstance(String contentItemId,
String metadataName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetadataInstance> |
MetadataService.getMetadataInstances(String contentItemId) |
Map<String,MetadataInstance> |
MetadataService.getMetadataInstances(String contentItemId,
Collection<String> metadataNames) |