public updatePropertiesResponse(string objectId, string changeToken, cmisExtensionType extension) { this.objectId = objectId; this.changeToken = changeToken; this.extension = extension; }
public getPropertiesOfLatestVersionRequest(string repositoryId, string objectId, bool major, string filter, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.major = major; this.filter = filter; this.extension = extension; }
public getACLRequest(string repositoryId, string objectId, System.Nullable<bool> onlyBasicPermissions, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.onlyBasicPermissions = onlyBasicPermissions; this.extension = extension; }
public cancelCheckOutResponse(cmisExtensionType extension) { this.extension = extension; }
public checkInResponse(string objectId, cmisExtensionType extension) { this.objectId = objectId; this.extension = extension; }
public getTypeDescendantsRequest(string repositoryId, string typeId, string depth, System.Nullable<bool> includePropertyDefinitions, cmisExtensionType extension) { this.repositoryId = repositoryId; this.typeId = typeId; this.depth = depth; this.includePropertyDefinitions = includePropertyDefinitions; this.extension = extension; }
public checkOutResponse(string objectId, bool contentCopied, cmisExtensionType extension) { this.objectId = objectId; this.contentCopied = contentCopied; this.extension = extension; }
public setContentStreamRequest(string repositoryId, string objectId, System.Nullable<bool> overwriteFlag, string changeToken, cmisContentStreamType contentStream, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.overwriteFlag = overwriteFlag; this.changeToken = changeToken; this.contentStream = contentStream; this.extension = extension; }
public deleteContentStreamRequest(string repositoryId, string objectId, string changeToken, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.changeToken = changeToken; this.extension = extension; }
public deleteObjectResponse(cmisExtensionType extension) { this.extension = extension; }
public deleteTreeRequest(string repositoryId, string folderId, System.Nullable<bool> allVersions, System.Nullable<enumUnfileObject> unfileObjects, System.Nullable<bool> continueOnFailure, cmisExtensionType extension) { this.repositoryId = repositoryId; this.folderId = folderId; this.allVersions = allVersions; this.unfileObjects = unfileObjects; this.continueOnFailure = continueOnFailure; this.extension = extension; }
public deleteObjectRequest(string repositoryId, string objectId, System.Nullable<bool> allVersions, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.allVersions = allVersions; this.extension = extension; }
public moveObjectResponse(string objectId, cmisExtensionType extension) { this.objectId = objectId; this.extension = extension; }
public moveObjectRequest(string repositoryId, string objectId, string targetFolderId, string sourceFolderId, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.targetFolderId = targetFolderId; this.sourceFolderId = sourceFolderId; this.extension = extension; }
public getRepositoryInfoRequest(string repositoryId, cmisExtensionType extension) { this.repositoryId = repositoryId; this.extension = extension; }
public deleteContentStreamResponse(string objectId, string changeToken, cmisExtensionType extension) { this.objectId = objectId; this.changeToken = changeToken; this.extension = extension; }
public getTypeChildrenRequest(string repositoryId, string typeId, System.Nullable<bool> includePropertyDefinitions, string maxItems, string skipCount, cmisExtensionType extension) { this.repositoryId = repositoryId; this.typeId = typeId; this.includePropertyDefinitions = includePropertyDefinitions; this.maxItems = maxItems; this.skipCount = skipCount; this.extension = extension; }
public applyPolicyResponse(cmisExtensionType extension) { this.extension = extension; }
public getTypeDefinitionRequest(string repositoryId, string typeId, cmisExtensionType extension) { this.repositoryId = repositoryId; this.typeId = typeId; this.extension = extension; }
public removePolicyRequest(string repositoryId, string policyId, string objectId, cmisExtensionType extension) { this.repositoryId = repositoryId; this.policyId = policyId; this.objectId = objectId; this.extension = extension; }
public cancelCheckOutRequest(string repositoryId, string objectId, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.extension = extension; }
public removePolicyResponse(cmisExtensionType extension) { this.extension = extension; }
public checkInRequest(string repositoryId, string objectId, System.Nullable<bool> major, cmisPropertiesType properties, cmisContentStreamType contentStream, string checkinComment, string[] policies, cmisAccessControlListType addACEs, cmisAccessControlListType removeACEs, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.major = major; this.properties = properties; this.contentStream = contentStream; this.checkinComment = checkinComment; this.policies = policies; this.addACEs = addACEs; this.removeACEs = removeACEs; this.extension = extension; }
public getAppliedPoliciesRequest(string repositoryId, string objectId, string filter, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.filter = filter; this.extension = extension; }
public getObjectOfLatestVersionRequest(string repositoryId, string objectId, bool major, string filter, System.Nullable<bool> includeAllowableActions, System.Nullable<enumIncludeRelationships> includeRelationships, string renditionFilter, System.Nullable<bool> includePolicyIds, System.Nullable<bool> includeACL, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.major = major; this.filter = filter; this.includeAllowableActions = includeAllowableActions; this.includeRelationships = includeRelationships; this.renditionFilter = renditionFilter; this.includePolicyIds = includePolicyIds; this.includeACL = includeACL; this.extension = extension; }
public getObjectRelationshipsRequest(string repositoryId, string objectId, bool includeSubRelationshipTypes, System.Nullable<enumRelationshipDirection> relationshipDirection, string typeId, string filter, System.Nullable<bool> includeAllowableActions, string maxItems, string skipCount, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.includeSubRelationshipTypes = includeSubRelationshipTypes; this.relationshipDirection = relationshipDirection; this.typeId = typeId; this.filter = filter; this.includeAllowableActions = includeAllowableActions; this.maxItems = maxItems; this.skipCount = skipCount; this.extension = extension; }
public getAllVersionsRequest(string repositoryId, string objectId, string filter, System.Nullable<bool> includeAllowableActions, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.filter = filter; this.includeAllowableActions = includeAllowableActions; this.extension = extension; }
public getRepositoriesRequest(cmisExtensionType extension) { this.extension = extension; }
public applyACLRequest(string repositoryId, string objectId, cmisAccessControlListType addACEs, cmisAccessControlListType removeACEs, System.Nullable<enumACLPropagation> ACLPropagation, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.addACEs = addACEs; this.removeACEs = removeACEs; this.ACLPropagation = ACLPropagation; this.extension = extension; }
public updatePropertiesRequest(string repositoryId, string objectId, string changeToken, cmisPropertiesType properties, cmisExtensionType extension) { this.repositoryId = repositoryId; this.objectId = objectId; this.changeToken = changeToken; this.properties = properties; this.extension = extension; }