public class WorkflowTaskFormSubject extends RepositoryFormHandler
Since WorkflowTaskFormSubject objects are instantiated directly, and do not exist as Nucleus services, this subclass overrides all the logging-related methods such that the parent WorkflowTaskFormHandler is responsible for performing the logging.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
STATUS_ERROR_REDIRECT, STATUS_ERROR_STAY, STATUS_SUCCESSPARAM_DEFER_FORWARD_OR_REDIRECT, PARAM_USE_FORWARDSSERVICE_INFO_KEYNULL_SENTINEL, REPOSITORY_ID_PROPERTY_NAME, UPDATE_APPEND, UPDATE_PREPEND, UPDATE_REMOVE, UPDATE_REPLACEDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
WorkflowTaskFormSubject() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowTaskFormHandler |
getFormHandler()
Returns the parent WorkflowTaskFormHandler.
|
boolean |
isLoggingDebug()
Returns true if debug logging is enabled.
|
boolean |
isLoggingError()
Returns true if error logging is enabled.
|
boolean |
isLoggingInfo()
Returns true if info logging is enabled.
|
boolean |
isLoggingWarning()
Returns true if warning logging is enabled.
|
void |
logDebug(java.lang.String pString)
Logs a debug message by passing it to the
WorkflowTaskFormHandler.
|
void |
logError(java.lang.String pString)
Logs an error message by passing it to the
WorkflowTaskFormHandler.
|
void |
logInfo(java.lang.String pString)
Logs an info message by passing it to the
WorkflowTaskFormHandler.
|
void |
logWarning(java.lang.String pString)
Logs a warning message by passing it to the
WorkflowTaskFormHandler.
|
void |
setFormHandler(WorkflowTaskFormHandler pFormHandler)
Sets the parent WorkflowTaskFormHandler.
|
checkFormError, checkFormSuccess, checkForRequiredProperties, deleteItem, getCheckForReadOnlyProperties, getCheckForRequiredProperties, getContentItemDescriptor, getContentNameProperty, getContentPathProperty, getCreateErrorURL, getCreateSuccessURL, getDeleteErrorURL, getDeleteSuccessURL, getEditMapsAsLists, getErrorHandler, getExtractDefaultValuesFromItem, getFolderIdProperty, getItemDescriptor, getItemDescriptorName, getItemProperty, getLogger, getMapKeyValueSeparator, getRemoveReferencesToDeletedItems, getRepository, getRepositoryId, getRepositoryItem, getRepositoryItemEditor, getRepositoryPathName, getRequireIdOnCreate, getSpecifiedIdPropertyValue, getTransactionDemarcation, getTransactionManager, getTrimProperties, getUpdateErrorURL, getUpdateSuccessURL, getValue, getValueProperty, handleCreate, handleDelete, handleUpdate, isClearValueOnSet, isCreateTransientItems, isRequireMapKeys, isSortRepositoryItemSets, isTrimProperty, isUpdateItemsInCollection, postCreateItem, postDeleteItem, postUpdateItem, postUpdateItemProperties, preCreateItem, preDeleteItem, preUpdateItem, setCheckForReadOnlyProperties, setCheckForRequiredProperties, setClearValueOnSet, setContentNameProperty, setContentPathProperty, setCreateErrorURL, setCreateSuccessURL, setCreateTransientItems, setDeleteErrorURL, setDeleteSuccessURL, setEditMapsAsLists, setExtractDefaultValuesFromItem, setFolderIdProperty, setItemDescriptorName, setMapKeyValueSeparator, setRemoveReferencesToDeletedItems, setRepository, setRepositoryId, setRepositoryItemEditor, setRepositoryPathName, setRequireIdOnCreate, setRequireMapKeys, setSortRepositoryItemSets, setTrimProperties, setUpdateErrorURL, setUpdateItemsInCollection, setUpdateSuccessURL, setValueProperty, testPropertyAttribute, updateChildItemProperty, updateContentItemValues, updateItem, updateItemProperties, updateListProperty, updateMapPropertyaddFormException, addUncheckedFormException, afterSet, beforeSet, checkFormRedirect, createFormSubmissionMessage, getCancelURL, getCheckForValidSession, getFormError, getFormExceptions, getFormName, getMessagePort, getMessageSource, getMessageType, getPropertyExceptions, getSendMessages, getUncheckedFormExceptions, handleCancel, handleFormException, handleUncheckedFormException, hasUncheckedFormExceptions, isDeferForwardsAndRedirects, isRestorableForm, isUseForwards, isValidSession, redirectOrForward, resetFormExceptions, setCancelURL, setCheckForValidSession, setDeferForwardsAndRedirects, setFormName, setMessagePort, setMessageSource, setMessageType, setRestorableForm, setSendMessages, setUseForwardsafterGet, beforeGetaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingTrace, isRunning, logDebug, logDebug, logError, logError, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic WorkflowTaskFormHandler getFormHandler()
public void setFormHandler(WorkflowTaskFormHandler pFormHandler)
public boolean isLoggingDebug()
isLoggingDebug in interface atg.core.logging.LoggingisLoggingDebug in interface ApplicationLoggingisLoggingDebug in class GenericServicepublic void logDebug(java.lang.String pString)
logDebug in interface atg.core.logging.LogginglogDebug in interface ApplicationLogginglogDebug in class GenericServicepublic boolean isLoggingError()
isLoggingError in interface atg.core.logging.LoggingisLoggingError in interface ApplicationLoggingisLoggingError in class GenericServicepublic void logError(java.lang.String pString)
logError in interface atg.core.logging.LogginglogError in interface ApplicationLogginglogError in class GenericServicepublic boolean isLoggingWarning()
isLoggingWarning in interface atg.core.logging.LoggingisLoggingWarning in interface ApplicationLoggingisLoggingWarning in class GenericServicepublic void logWarning(java.lang.String pString)
logWarning in interface atg.core.logging.LogginglogWarning in interface ApplicationLogginglogWarning in class GenericServicepublic boolean isLoggingInfo()
isLoggingInfo in interface atg.core.logging.LoggingisLoggingInfo in interface ApplicationLoggingisLoggingInfo in class GenericServicepublic void logInfo(java.lang.String pString)
logInfo in interface atg.core.logging.LogginglogInfo in interface ApplicationLogginglogInfo in class GenericService