If this method throw a AddonFatalException or RuntimeException, the appserver startup will not continue. If it throws AddonException, then the appserver startup will continue after displaying the error message.
@param cc ConfigurationContext
object.
gl.glDisable(texture.getTarget());See the performance tips above for hints on how to maximize performance when using many Texture objects. @throws GLException if no OpenGL context was current or if anyOpenGL-related errors occurred
IllegalStateException
.
@throws IllegalStateException If the Component is destroyed.
reason
is a non-null String.null
if the user account should be enabled again.
@throws RepositoryException
Transition to state.
This
case execution must be in {@link CaseExecutionState#ENABLED}state to be able to do this transition.
It is only possible to disable a case execution which is associated with a {@link Stage} or {@link Task}.
If this
case execution has a parent case execution, that parent case execution will be notified that this
case execution has been disabled. This can lead to a completion of the parent case execution, for more details when the parent case execution can be completed see {@link #complete()}.
this
case executionis not {@link CaseExecutionState#ENABLED}.
@throws ProcessEngineException when an internal exception happens during the executionof the command.
Additionally to {@link #execute()} the associated case execution willbe disabled. Therefore there happens a transition from the state ENABLED
to state DISABLED
.
According to CMMN 1.0 specification the state DISABLED
means, that the with the case execution related {@link Stage} or {@link Task} shouldnot be executed in the case instance.
If the given case execution has a parent case execution, that parent case execution will be notified that the given case execution has been disabled. This can lead to a completion of the parent case execution if the completion criteria are fulfilled.
@throws NotValidException when the given case execution id is null @throws NotFoundException when no case execution is found for thegiven case execution id @throws NotAllowedException when the transition is not allowed to be done orwhen the case execution is a case instance @throws ProcessEngineException when an internal exception happens during the executionof the command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|