Contents
-
Deprecated Interfaces
This interface will be removed in upcoming versions.
This interface will be removed in upcoming versions.
-
Deprecated Methods
state assignment is no longer supported.
State assignment is no longer supported. This attribute will be removed in a future version.
This attribute is actually associated with the workflow, not
a state activity. This property was previously set correctly when
retrieving the current state, but may not be accurate for
historic states. From 1.4 to determine if a future state will be
taskable use
Workflow.State.isTaskable().
Since Workflows 4.9 a workflow can be associated with multiple labels, this method
will only return the first one. Use
Workflow.getLabelNames() instead.
page assignment is no longer supported in the user interface from Workflows 4.0
since 7.0, use methods in
DocumentActivityService instead with an adequate query - filtering
by type "state" and subtype "transition" - to obtain the list of states recorded for the page.