Autodesk Vault ProfessionalVault API

CustomEntityService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A collection of methods related to the Custom Entity entity type.

Syntax

public sealed class CustomEntityService : CustomEntityServiceBase, IWebService  
Public NotInheritable Class CustomEntityService
   Inherits CustomEntityServiceBase
   Implements IWebService 

Properties

NameDescription
AllowInvokeEventsTells if invoke events should fire. This value is true by default.
ClientCertificateClient certificate for making web service calls over an SSL connection.
CurrentlySetSessionThis is information about the current session of the signed-in user.
QueryStringThe query string.
RedirectedToContains the ADMS that handled the replication redirect (if applicable).
SessionThis is information about the session of the signed-in user.
UpdateCustomEntityLifecycleStateEventsA collection of Web Service Command Events for Custom Entity lifecycle change operations.
WebServiceManagerA reference to the WebServiceManager that created this object. Value may be null.

Methods

NameDescription
AddCustomEntityAdds a new Custom Entity object.
AddCustomEntityDefinitionAdds a new Custom Entity Definition, which can be considered a Vault object type.
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
DeleteCustomEntitiesDeletes a set of custom entity objects.
DeleteCustomEntitiesUnconditionalDeletes a set of custom entity objects and ignores restrictions that may come up during the operation.
DeleteCustomEntityDefinitionDeletes a custom entity definition.
FindCustomEntitiesByNumbersGets a set of Custom Entity objects based on their unique number value.
FindCustomEntitiesBySearchConditionsReturns a set of custom entities that match a given search criteria.
GetACEsByCustomEntityDefinitionIdGets the default ACL for a Custom Entity definition.
GetAllCustomEntityDefinitionsGets all of the custom entity definitions for this Vault.
GetCustomEntitiesByIdsGet a list of Custom Entity objects based on their IDs.
GetCustomEntityDefinitionIconsGets the icons for a set of Custom Entity definitions.
UpdateCustomEntityUpdates a Custom Entity object.
UpdateCustomEntityCategoriesUpdates the categories for a set of Custom Entity objects.
UpdateCustomEntityDefinitionUpdates a Custom Entity Definition.
UpdateCustomEntityLifeCycleDefinitionsUpdates the life cycle definition and state for a set of Custom Entities.
UpdateCustomEntityLifeCycleStatesUpdates the life cycle state for a set of Custom Entities.
UpdateCustomEntityPropertiesUpdates the property values for a set of Custom Entity objects.
UpdateCustomEntityPropertyDefinitionsUpdates the property definitions associated with a set of Custom Entity objects.

Returned By

Where you get a CustomEntityService — members that return one.

Inheritance Hierarchy

See Also