CustomEntityService Class
Autodesk.Connectivity.WebServices›Autodesk.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
| Name | Description |
|---|---|
| AllowInvokeEvents | Tells if invoke events should fire. This value is true by default. |
| ClientCertificate | Client certificate for making web service calls over an SSL connection. |
| CurrentlySetSession | This is information about the current session of the signed-in user. |
| QueryString | The query string. |
| RedirectedTo | Contains the ADMS that handled the replication redirect (if applicable). |
| Session | This is information about the session of the signed-in user. |
| UpdateCustomEntityLifecycleStateEvents | A collection of Web Service Command Events for Custom Entity lifecycle change operations. |
| WebServiceManager | A reference to the WebServiceManager that created this object. Value may be null. |
Methods
| Name | Description |
|---|---|
| AddCustomEntity | Adds a new Custom Entity object. |
| AddCustomEntityDefinition | Adds a new Custom Entity Definition, which can be considered a Vault object type. |
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| DeleteCustomEntities | Deletes a set of custom entity objects. |
| DeleteCustomEntitiesUnconditional | Deletes a set of custom entity objects and ignores restrictions that may come up during the operation. |
| DeleteCustomEntityDefinition | Deletes a custom entity definition. |
| FindCustomEntitiesByNumbers | Gets a set of Custom Entity objects based on their unique number value. |
| FindCustomEntitiesBySearchConditions | Returns a set of custom entities that match a given search criteria. |
| GetACEsByCustomEntityDefinitionId | Gets the default ACL for a Custom Entity definition. |
| GetAllCustomEntityDefinitions | Gets all of the custom entity definitions for this Vault. |
| GetCustomEntitiesByIds | Get a list of Custom Entity objects based on their IDs. |
| GetCustomEntityDefinitionIcons | Gets the icons for a set of Custom Entity definitions. |
| UpdateCustomEntity | Updates a Custom Entity object. |
| UpdateCustomEntityCategories | Updates the categories for a set of Custom Entity objects. |
| UpdateCustomEntityDefinition | Updates a Custom Entity Definition. |
| UpdateCustomEntityLifeCycleDefinitions | Updates the life cycle definition and state for a set of Custom Entities. |
| UpdateCustomEntityLifeCycleStates | Updates the life cycle state for a set of Custom Entities. |
| UpdateCustomEntityProperties | Updates the property values for a set of Custom Entity objects. |
| UpdateCustomEntityPropertyDefinitions | Updates the property definitions associated with a set of Custom Entity objects. |
Returned By
Where you get a CustomEntityService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.CustomEntityServiceBase
- Autodesk.Connectivity.WebServices.CustomEntityService