Package com.ibm.commerce.context.content.locking

This package contains the locking interface and common implementations offered by the content management infastructure.

See: Description

  • Interface Summary 
    Interface Description
    LockingPolicy
    This is an interface that describes the content management locking policy.
  • Class Summary 
    Class Description
    ChangeControlBusinessObjectMediatorImpl
    This change control mediator uses the CMMETADATA table to store change control information pertaining to business objects.
    ChangeControlBusinessObjectPartMediatorImpl
    The purpose of this change control part mediator is to be used only with the change control mediator that uses CMMETADATA to represent change control information.
    LockData
    This class represents the metadata associated with the content managed updates of a business object.
    LockingPolicyFactory
    This class defines a locking factory to return the policy implementation based on the class name.
    NoLockingPolicy
    A no locking policy for content management.
    SingleUserLockingPolicy
    This class defines a locking policy that only allows one particular user to modify the resource at a particular time.
    TaskGroupLockingPolicy
    This class defines a task group locking policy for content management.
    TaskLockingPolicy
    This class defines a task locking policy for content management.
    WorkspaceLockingPolicy
    This class defines a workspace locking policy for content management.

Package com.ibm.commerce.context.content.locking Description

This package contains the locking interface and common implementations offered by the content management infastructure.