Package de.xima.fc.interfaces
Interface ISingleConsuming
-
- All Known Implementing Classes:
VerarbeitungXmlToFd
@Deprecated public interface ISingleConsuming
Deprecated.This is part of the old workflow engine. Use the new workflow engine.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getActionUUID()
Deprecated.long
getSourceAktionId()
Deprecated.UsegetActionUUID()
insteadvoid
setActionUUID(String uuid)
Deprecated.void
setSourceAktionId(long sourceAktionId)
Deprecated.UsesetActionUUID(String)
instead
-
-
-
Method Detail
-
setActionUUID
void setActionUUID(String uuid)
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 long getSourceAktionId()
Deprecated.UsegetActionUUID()
instead- Returns:
- the
Aktion.getId()
of the action that will be consumed by this action
-
setSourceAktionId
@Deprecated void setSourceAktionId(long sourceAktionId)
Deprecated.UsesetActionUUID(String)
instead- Parameters:
sourceAktionId
- THeAktion.getId()
of the action that will be consumed by this action
-
-