Autodesk Vault ProfessionalVault API

AddLifeCycleDefinition Method

Autodesk.Connectivity.WebServicesLifeCycleService

Adds a new Life Cycle Definition.

Required Permissions

ManageBehaviorDefinition

Syntax

public LfCycDef AddLifeCycleDefinition(
   System.string systemName,
   System.string displayName,
   System.string description,
   SysAclBeh systemAclBehavior
)
Public Function AddLifeCycleDefinition( _
   ByVal systemName As System.String, _
   ByVal displayName As System.String, _
   ByVal description As System.String, _
   ByVal systemAclBehavior As SysAclBeh _
) As LfCycDef

Parameters

NameDescription
systemNameThe system name of the Life Cycle Definition. This value must be a GUID with the following format (lower case): xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
displayNameThe display name.
descriptionThe description.
systemAclBehaviorDesired System ACL Behavior (Combined/Override) for State Security for this Definition

Return Value

The new Life Cycle Definition object.

Remarks

In creating a Lifecycle Definition the desired System ACL Behavior needs to be set. The State Security applied to an Entity moving to a State within this Definition will observe this configured System ACL Behavior

See Also