Package de.xima.fc.interfaces
Interface ISingleConsuming
- All Known Implementing Classes:
VerarbeitungXmlToFd
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
Deprecated.UsegetActionUUID()
insteadvoid
setActionUUID
(String uuid) Deprecated.void
setSourceAktionId
(long sourceAktionId) Deprecated.UsesetActionUUID(String)
instead
-
Method Details
-
setActionUUID
Deprecated.- Parameters:
uuid
- TheAktion.getUUID()
of the action that will be consumed by this action
-
getActionUUID
String getActionUUID()Deprecated.- Returns:
- the
Aktion.getUUID()
of the action that will be consumed by this action
-
getSourceAktionId
Deprecated.UsegetActionUUID()
instead- Returns:
- the
Aktion.getId()
of the action that will be consumed by this action
-
setSourceAktionId
Deprecated.UsesetActionUUID(String)
instead- Parameters:
sourceAktionId
- THeAktion.getId()
of the action that will be consumed by this action
-