Package com.ibm.commerce.component.bod

  • Interface Summary 
    Interface Description
    BusinessObjectDocument
    Definition of the structure of a message.
  • Class Summary 
    Class Description
    AbstractBusinessObjectDocument
    The AbstractBusinessObjectDocument implements generic BusinessObjectDocument functions.
    ApplicationArea
    The ApplicationArea of a BusinessObjectDocument contains an Activity Token, BODId and AuthorizationId.
    CancelVerb
    Describes the general action requested in a BusinessObjectDocument.
    Confirmation
    This class is a type-safe enum of all confirmation types.
    ConfirmBOD
    A generic confirm BOD to be inherited by more specific confirm BODs.
    ConfirmVerb
    The verb that represents a confirmation.
    DataArea
    The DataArea is a container inside of a BusinessObjectDocument.
    Expression
    Indicates how data in a noun should be handled.
    MethodInvocationUtil
    Provides utility methods that invoke a Java methods by reflection
    PostVerb
    A Verb for the Post action.
    ProcessingOutcomeMessage
    A ProcessingOutcomeMessage is a description of why a particular noun failed to be processed.
    SyncVerb
    Describes the general action requested in a BusinessObjectDocument.
    UpdateVerb
    Describes the general action requested in a BusinessObjectDocument.
    Verb
    A Verb specifies an action to be performed on a noun.
    VerbAction
    An enumeration of all the available verb actions.
    VerbPath
    A verb path describes a path which a verb follows to update an object or a field.
    VerbPathContext
    A VerbPathContext provides an evaluation context for evaluating a VerbPath, such as the starting node of a path.
    VerbPathStep
    Represents a node in path.
    VerbStepAttributeEqualPredicate
    Represents a predicate that asserts if an attribute is equal to a given value
    VerbStepIdMatchPredicate
    Evaluates to true if an object's id matches what the predicate specifies.
    VerbStepIndexPredicate
    Represents an index predicate.
    VerbStepPredicate
    Represents a predicate of a VerbPathStep.