This package contains the wrapper classes for ewe realted knowledge objects.
- {@link com.top_logic.extensions.ewe.wrap.AbstractWorkflow}
- Provides the basic functionality commen to {@link com.top_logic.extensions.ewe.wrap.Workflow},
and {@link com.top_logic.extensions.ewe.wrap.WorkflowInstance}. Most important are the methods for
actor mapping handling, and security. Actor mappings are
stored as flex attributes.
- {@link com.top_logic.extensions.ewe.wrap.Workflow}
- Wrapper for the knowledge object representing a workflow in the
knowledge base.
- {@link com.top_logic.extensions.ewe.wrap.WorkflowInstance}
- Wrapper for the knowledge object representing a workflow in the
knowledge base. This wrapper also holds the associations to
{@link com.top_logic.extensions.ticket.wrap.Ticket} instances,
and {@link com.top_logic.knowledge.wrap.WebFolder}
associated with the workflow instance
- {@link com.top_logic.extensions.ewe.wrap.EWETimeoutTask}
- This wrapper is used for timeouts on workflow process activities.
If a timeout is declared for an activity a
{@link com.top_logic.extensions.ewe.wrap.EWETimeoutTask}
is instanciated and associated with the Top-Logic scheduler.
After expiration of the timeout this task triggers the performer
associated with the timeout.
Copyright (c) 2003 Business Operation Systems GmbH. All Rights Reserved.