Interface CustomContentReadyChecker
public interface CustomContentReadyChecker
This delegate would be used to determine whether translations are ready, but it can also determine whether the document itself is ready.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisContentReady(Persistable source, PayloadContext context) This method checks the state of the document to determine whether it is ready to be published.booleanisTranslatedContentReady(Persistable source, Persistable trans, PayloadContext context) This method checks the state of the document and its translation to determine whether they are ready to be published.
-
Method Details
-
isTranslatedContentReady
boolean isTranslatedContentReady(Persistable source, Persistable trans, PayloadContext context) throws WTException This method checks the state of the document and its translation to determine whether they are ready to be published.- Parameters:
source-trans-context-- Returns:
- Throws:
WTException-
Supported API: true
-
isContentReady
This method checks the state of the document to determine whether it is ready to be published.- Parameters:
source-context-- Returns:
- Throws:
WTException-
Supported API: true
-