com.plumtree.server
Class PT_OBJECT_DEPENDENCY_TYPES

java.lang.Object
  extended by com.plumtree.server.PT_OBJECT_DEPENDENCY_TYPES

public final class PT_OBJECT_DEPENDENCY_TYPES
extends java.lang.Object

These constants define the types of dependency that one migration element can have on another migration element. The PT_ODC_DEPENDENCY_TYPE column in the data returned by the IPTMigrationElement.GetDependencies call will be a value from the PT_OBJECT_DEPENDENCY_TYPES constants.

Author:
michaels
See Also:
IPTMigrationElement

Field Summary
static int PT_OBJECT_DEPENDENCY_ACL
           
static int PT_OBJECT_DEPENDENCY_ALWAYS_EXPORT
          This is used on export.
static int PT_OBJECT_DEPENDENCY_BY_UUID
          Dependencies marked with this flag will get exported when the admin chooses to export dependencies.
static int PT_OBJECT_DEPENDENCY_EOD
           
static int PT_OBJECT_DEPENDENCY_INFOLDER
           
static int PT_OBJECT_DEPENDENCY_NEVER_EXPORT
          This is used on export.
static int PT_OBJECT_DEPENDENCY_OPTIONAL
          This is used on import.
 
Constructor Summary
PT_OBJECT_DEPENDENCY_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_OBJECT_DEPENDENCY_BY_UUID

public static final int PT_OBJECT_DEPENDENCY_BY_UUID
Dependencies marked with this flag will get exported when the admin chooses to export dependencies.

See Also:
Constant Field Values

PT_OBJECT_DEPENDENCY_INFOLDER

public static final int PT_OBJECT_DEPENDENCY_INFOLDER
See Also:
Constant Field Values

PT_OBJECT_DEPENDENCY_OPTIONAL

public static final int PT_OBJECT_DEPENDENCY_OPTIONAL
This is used on import. If a dependency is marked as optional, it will not be listed as a missing dependency that needs to be resolved.

See Also:
Constant Field Values

PT_OBJECT_DEPENDENCY_ACL

public static final int PT_OBJECT_DEPENDENCY_ACL
See Also:
Constant Field Values

PT_OBJECT_DEPENDENCY_EOD

public static final int PT_OBJECT_DEPENDENCY_EOD
See Also:
Constant Field Values

PT_OBJECT_DEPENDENCY_ALWAYS_EXPORT

public static final int PT_OBJECT_DEPENDENCY_ALWAYS_EXPORT
This is used on export. This forces a dependency to be exported, even if the administrator did not choose to export dependencies.

See Also:
Constant Field Values

PT_OBJECT_DEPENDENCY_NEVER_EXPORT

public static final int PT_OBJECT_DEPENDENCY_NEVER_EXPORT
This is used on export. Even when the administrator chooses to export dependencies, this dependency does not get exported.

See Also:
Constant Field Values
Constructor Detail

PT_OBJECT_DEPENDENCY_TYPES

public PT_OBJECT_DEPENDENCY_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.