Example #1
0
 public updatePropertiesResponse(string objectId, string changeToken, cmisExtensionType extension)
 {
     this.objectId = objectId;
     this.changeToken = changeToken;
     this.extension = extension;
 }
Example #2
0
 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;
 }
Example #3
0
 public getACLRequest(string repositoryId, string objectId, System.Nullable<bool> onlyBasicPermissions, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.onlyBasicPermissions = onlyBasicPermissions;
     this.extension = extension;
 }
Example #4
0
 public cancelCheckOutResponse(cmisExtensionType extension)
 {
     this.extension = extension;
 }
Example #5
0
 public checkInResponse(string objectId, cmisExtensionType extension)
 {
     this.objectId = objectId;
     this.extension = extension;
 }
Example #6
0
 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;
 }
Example #7
0
 public checkOutResponse(string objectId, bool contentCopied, cmisExtensionType extension)
 {
     this.objectId = objectId;
     this.contentCopied = contentCopied;
     this.extension = extension;
 }
Example #8
0
 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;
 }
Example #9
0
 public deleteContentStreamRequest(string repositoryId, string objectId, string changeToken, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.changeToken = changeToken;
     this.extension = extension;
 }
Example #10
0
 public deleteObjectResponse(cmisExtensionType extension)
 {
     this.extension = extension;
 }
Example #11
0
 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;
 }
Example #12
0
 public deleteObjectRequest(string repositoryId, string objectId, System.Nullable<bool> allVersions, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.allVersions = allVersions;
     this.extension = extension;
 }
Example #13
0
 public moveObjectResponse(string objectId, cmisExtensionType extension)
 {
     this.objectId = objectId;
     this.extension = extension;
 }
Example #14
0
 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;
 }
Example #15
0
 public getRepositoryInfoRequest(string repositoryId, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.extension = extension;
 }
Example #16
0
 public deleteContentStreamResponse(string objectId, string changeToken, cmisExtensionType extension)
 {
     this.objectId = objectId;
     this.changeToken = changeToken;
     this.extension = extension;
 }
Example #17
0
 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;
 }
Example #18
0
 public applyPolicyResponse(cmisExtensionType extension)
 {
     this.extension = extension;
 }
Example #19
0
 public getTypeDefinitionRequest(string repositoryId, string typeId, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.typeId = typeId;
     this.extension = extension;
 }
Example #20
0
 public removePolicyRequest(string repositoryId, string policyId, string objectId, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.policyId = policyId;
     this.objectId = objectId;
     this.extension = extension;
 }
Example #21
0
 public cancelCheckOutRequest(string repositoryId, string objectId, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.extension = extension;
 }
Example #22
0
 public removePolicyResponse(cmisExtensionType extension)
 {
     this.extension = extension;
 }
Example #23
0
 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;
 }
Example #24
0
 public getAppliedPoliciesRequest(string repositoryId, string objectId, string filter, cmisExtensionType extension)
 {
     this.repositoryId = repositoryId;
     this.objectId = objectId;
     this.filter = filter;
     this.extension = extension;
 }
Example #25
0
 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;
 }
Example #26
0
 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;
 }
Example #27
0
 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;
 }
Example #28
0
 public getRepositoriesRequest(cmisExtensionType extension)
 {
     this.extension = extension;
 }
Example #29
0
 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;
 }
Example #30
0
 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;
 }