public interface IConsuming
Modifier and Type | Method and Description |
---|---|
default List<Long> |
getActionIds() |
default List<Integer> |
getAktionsIdErgebnisse()
Deprecated.
use
getActionIds() |
default void |
setActionIds(List<Long> actionIds) |
default void setActionIds(List<Long> actionIds)
actionIds
- A list of Aktion.getId()
s. These are the actions whose files are consumed by this file
consuming action.default List<Long> getActionIds()
Aktion.getId()
s. These are the actions whose files are consumed by this file consuming
action.@Deprecated default List<Integer> getAktionsIdErgebnisse()
getActionIds()
Aktion.getId()
s. These are the actions whose files are consumed by this file consuming
action.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.