Conforms to NSObject
Declared in CMISBinding.h

Tasks

Properties

aclService

@property (nonatomic, strong, readonly) id<CMISAclService> aclService

discoveryService

@property (nonatomic, strong, readonly) id<CMISDiscoveryService> discoveryService

multiFilingService

@property (nonatomic, strong, readonly) id<CMISMultiFilingService> multiFilingService

navigationService

@property (nonatomic, strong, readonly) id<CMISNavigationService> navigationService

objectService

@property (nonatomic, strong, readonly) id<CMISObjectService> objectService

policyService

@property (nonatomic, strong, readonly) id<CMISPolicyService> policyService

relationshipService

@property (nonatomic, strong, readonly) id<CMISRelationshipService> relationshipService

repositoryService

@property (nonatomic, strong, readonly) id<CMISRepositoryService> repositoryService

versioningService

@property (nonatomic, strong, readonly) id<CMISVersioningService> versioningService

Instance Methods

clearAllCaches

clears the cache from the session

- (void)clearAllCaches

Discussion

clears the cache from the session

Declared In

CMISBinding.h

clearCacheForRepositoryId:

clears the repository cache from the session @param repositoryId

- (void)clearCacheForRepositoryId:(NSString *)repositoryId

Discussion

clears the repository cache from the session @param repositoryId

Declared In

CMISBinding.h

close

closes the session

- (void)close

Discussion

closes the session

Declared In

CMISBinding.h