|
@@ -35,7 +35,7 @@
|
|
#import "OCUserProfile.h"
|
|
#import "OCUserProfile.h"
|
|
#import "OCActivity.h"
|
|
#import "OCActivity.h"
|
|
#import "OCExternalSites.h"
|
|
#import "OCExternalSites.h"
|
|
-
|
|
|
|
|
|
+#import "OCCapabilities.h"
|
|
#import "TableAccount+CoreDataClass.h"
|
|
#import "TableAccount+CoreDataClass.h"
|
|
#import "TableActivity+CoreDataClass.h"
|
|
#import "TableActivity+CoreDataClass.h"
|
|
#import "TableCertificates+CoreDataClass.h"
|
|
#import "TableCertificates+CoreDataClass.h"
|
|
@@ -46,6 +46,7 @@
|
|
#import "TableShare+CoreDataClass.h"
|
|
#import "TableShare+CoreDataClass.h"
|
|
#import "TableAutomaticUpload+CoreDataClass.h"
|
|
#import "TableAutomaticUpload+CoreDataClass.h"
|
|
#import "TableExternalSites+CoreDataClass.h"
|
|
#import "TableExternalSites+CoreDataClass.h"
|
|
|
|
+#import "TableCapabilities+CoreDataClass.h"
|
|
|
|
|
|
@interface CCCoreData : NSObject
|
|
@interface CCCoreData : NSObject
|
|
|
|
|
|
@@ -225,6 +226,9 @@
|
|
+ (void)deleteAllExternalSitesForAccount:(NSString *)account;
|
|
+ (void)deleteAllExternalSitesForAccount:(NSString *)account;
|
|
+ (NSArray *)getAllTableExternalSitesWithPredicate:(NSPredicate *)predicate;
|
|
+ (NSArray *)getAllTableExternalSitesWithPredicate:(NSPredicate *)predicate;
|
|
|
|
|
|
|
|
+// ===== Capabilities =====
|
|
|
|
++ (void)addCapabilities:(OCCapabilities *)capabilities account:(NSString *)account;
|
|
|
|
+
|
|
// ===== File System =====
|
|
// ===== File System =====
|
|
|
|
|
|
+ (BOOL)downloadFile:(CCMetadata *)metadata directoryUser:(NSString *)directoryUser activeAccount:(NSString *)activeAccount;
|
|
+ (BOOL)downloadFile:(CCMetadata *)metadata directoryUser:(NSString *)directoryUser activeAccount:(NSString *)activeAccount;
|