Aqualogic Interaction API  
 

PT_OBJECT_DEPENDENCY_TYPES Members

PT_OBJECT_DEPENDENCY_TYPES overview

Public Static Fields

PT_OBJECT_DEPENDENCY_ACL 
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.
PT_OBJECT_DEPENDENCY_BY_UUID Dependencies marked with this flag will get exported when the admin chooses to export dependencies.
PT_OBJECT_DEPENDENCY_EOD 
PT_OBJECT_DEPENDENCY_INFOLDER 
PT_OBJECT_DEPENDENCY_NEVER_EXPORT This is used on export. Even when the administrator chooses to export dependencies, this dependency does not get exported.
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.

Public Instance Constructors

PT_OBJECT_DEPENDENCY_TYPES Constructor Initializes a new instance of the PT_OBJECT_DEPENDENCY_TYPES class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_OBJECT_DEPENDENCY_TYPES Class | com.plumtree.server Namespace | IPTMigrationElement