public interface IConsuming
| Modifier and Type | Method and Description | 
|---|---|
default List<Long> | 
getActionIds()
Deprecated. 
 
use  
getActionUUIDs() instead | 
List<String> | 
getActionUUIDs()  | 
default List<Integer> | 
getAktionsIdErgebnisse()
Deprecated. 
 
use  
getActionIds() | 
default void | 
setActionIds(List<Long> actionIds)
Deprecated. 
 
use  
setActionUUIDs(List) instead | 
void | 
setActionUUIDs(List<String> uuids)  | 
void setActionUUIDs(List<String> uuids)
uuids - A list of Aktion.getUUID()s. These are the actions which are consumed by this actionList<String> getActionUUIDs()
Aktion.getUUID()s. These are the actions which are consumed by this action@Deprecated default void setActionIds(List<Long> actionIds)
setActionUUIDs(List) instead@Deprecated default List<Long> getActionIds()
getActionUUIDs() instead@Deprecated default List<Integer> getAktionsIdErgebnisse()
getActionIds()Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.