Project: stp
javax.wvcm

Interface ControllableFolder

Parameters:
feedback - Specifies optional feedback to the caller.
Returns:
A new proxy for this resource, whose properties are specified by feedback.
Throws:
WvcmException - ReasonCode:
  • WvcmException.ReasonCode.CONTROLLED_CONFIGURATION_ALREADY_EXISTS If there already is a Configuration that identifies this ControllableFolder in its Configuration.ROOT_FOLDER property, the request MUST fail.
  • WvcmException.ReasonCode.NO_CHECKED_OUT_BASELINE_CONTROLLED_FOLDER_MEMBERS: All version-controlled members of this folder MUST be checked-in.
  • WvcmException.ReasonCode.FORBIDDEN: The folder must be baseline controllable.
  • Parameters:
    baseline - the baseline used to initialize the folder.
    feedback - Specifies optional feedback to the caller.
    Returns:
    A proxy for this new resource, whose properties are specified by feedback.
    Throws:
    WvcmException - ReasonCode:
  • WvcmException.ReasonCode.CANNOT_CREATE_AT_THIS_LOCATION: The location for the new baseline-controlled folder MUST be a valid location for a baseline-controlled folder.
  • WvcmException.ReasonCode.RESOURCE_ALREADY_EXISTS_AT_LOCATION: The location for the new baseline-controlled folder MUST NOT identify an existing resource.
  • WvcmException.ReasonCode.BAD_ARGUMENT_TYPE: The baseline argument MUST identify a baseline.
  • WvcmException.ReasonCode.CANNOT_HAVE_MULTIPLE_BASELINE_CONTROLLED_FOLDERS: There MUST NOT be another folder in the workspace of this ControllableFolder whose configuration property identifies a configuration for the baseline history of that baseline.
  • Generated Sat 29-Apr-2017 12:42 AM

    Copyright © IBM 2017. All rights reserved.