FMWebSyncExtensible Class Reference
| Inherits from | FMDynamic : FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSync.h |
Overview
– copyExtensionsWithExtensible:
- (void)copyExtensionsWithExtensible:(FMWebSyncExtensible *)extensibleParameters
name="extensible">The |
object with the extensions to copy.
|
|---|
Discussion
Declared In
FMWebSync.h
– extensionCount
- (int)extensionCountDiscussion
Declared In
FMWebSync.h
– extensionNames
- (NSMutableArray *)extensionNamesDiscussion
Declared In
FMWebSync.h
– extensions
- (FMWebSyncExtensions *)extensionsDiscussion
Declared In
FMWebSync.h
– getExtensionValueJsonWithName:
- (NSString *)getExtensionValueJsonWithName:(NSString *)nameParameters
name="name">Fully-qualified |
extension name.
|
|---|
Discussion
Declared In
FMWebSync.h
– metaJson
- (NSString *)metaJsonDiscussion
Declared In
FMWebSync.h
– setExtensions:
- (void)setExtensions:(FMWebSyncExtensions *)valueDiscussion
Declared In
FMWebSync.h
– setExtensionValueJsonWithName:valueJson:
- (void)setExtensionValueJsonWithName:(NSString *)name valueJson:(NSString *)valueJsonParameters
name="name">Fully-qualified |
extension name. |
|---|---|
name="valueJson">The |
extension value in valid JSON format. |
Discussion
Declared In
FMWebSync.h
– setExtensionValueJsonWithName:valueJson:validate:
- (void)setExtensionValueJsonWithName:(NSString *)name valueJson:(NSString *)valueJson validate:(bool)validateParameters
name="name">Fully-qualified |
extension name. |
|---|---|
name="valueJson">The |
extension value in valid JSON format. |
name="validate">Whether |
or not to validate the JSON value. |
Discussion
Declared In
FMWebSync.h
– setMetaJson:
- (void)setMetaJson:(NSString *)valueDiscussion
Declared In
FMWebSync.h
+ sharedGetChannelsWithChannels:
+ (NSMutableArray *)sharedGetChannelsWithChannels:(NSMutableArray *)channelsParameters
name="channels">The |
array of channels.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetChannels:
+ (NSMutableArray *)sharedGetChannels:(NSMutableArray *)channelsParameters
name="channels">The |
array of channels.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetChannelWithChannels:
+ (NSString *)sharedGetChannelWithChannels:(NSMutableArray *)channelsParameters
name="channels">The |
channels to scan.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetKeysWithRecords:
+ (NSMutableArray *)sharedGetKeysWithRecords:(NSMutableArray *)recordsParameters
name="records">The |
array of records.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetKeyWithRecords:
+ (NSString *)sharedGetKeyWithRecords:(NSMutableArray *)recordsParameters
name="records">The |
records to scan.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetRecordsWithRecords:
+ (NSMutableArray *)sharedGetRecordsWithRecords:(NSMutableArray *)recordsParameters
name="records">The |
array of records.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetRecords:
+ (NSMutableArray *)sharedGetRecords:(NSMutableArray *)recordsParameters
name="records">The |
array of records.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedGetRecordWithRecords:
+ (FMWebSyncRecord *)sharedGetRecordWithRecords:(NSMutableArray *)recordsParameters
name="records">The |
records to scan.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannelsWithChannels:
+ (NSMutableArray *)sharedSetChannelsWithChannels:(NSMutableArray *)channelsParameters
name="channels">The |
array of channels.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannels:
+ (NSMutableArray *)sharedSetChannels:(NSMutableArray *)channelsParameters
name="channels">The |
array of channels.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannelsWithChannels:validate:
+ (NSMutableArray *)sharedSetChannelsWithChannels:(NSMutableArray *)channels validate:(bool)validateParameters
name="channels">The |
array of channels. |
|---|---|
name="validate">Whether |
or not to validate the channels.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannels:validate:
+ (NSMutableArray *)sharedSetChannels:(NSMutableArray *)channels validate:(bool)validateParameters
name="channels">The |
array of channels. |
|---|---|
name="validate">Whether |
or not to validate the channels.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannelWithChannel:
+ (NSMutableArray *)sharedSetChannelWithChannel:(NSString *)channelParameters
name="channel">The |
channel to convert.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannel:
+ (NSMutableArray *)sharedSetChannel:(NSString *)channelParameters
name="channel">The |
channel to convert.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannelWithChannel:validate:
+ (NSMutableArray *)sharedSetChannelWithChannel:(NSString *)channel validate:(bool)validateParameters
name="channel">The |
channel to convert. |
|---|---|
name="validate">Whether |
or not to validate the channel.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetChannel:validate:
+ (NSMutableArray *)sharedSetChannel:(NSString *)channel validate:(bool)validateParameters
name="channel">The |
channel to convert. |
|---|---|
name="validate">Whether |
or not to validate the channel.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetKeysWithKeys:
+ (NSMutableArray *)sharedSetKeysWithKeys:(NSMutableArray *)keysParameters
name="keys">The |
array of keys.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetKeys:
+ (NSMutableArray *)sharedSetKeys:(NSMutableArray *)keysParameters
name="keys">The |
array of keys.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetKeysWithKeys:validate:
+ (NSMutableArray *)sharedSetKeysWithKeys:(NSMutableArray *)keys validate:(bool)validateParameters
name="validate">Whether |
or not to validate the records.
|
|---|---|
name="keys">The |
array of keys. |
Discussion
Declared In
FMWebSync.h
+ sharedSetKeys:validate:
+ (NSMutableArray *)sharedSetKeys:(NSMutableArray *)keys validate:(bool)validateParameters
name="validate">Whether |
or not to validate the records.
|
|---|---|
name="keys">The |
array of keys. |
Discussion
Declared In
FMWebSync.h
+ sharedSetKeyWithKey:
+ (NSMutableArray *)sharedSetKeyWithKey:(NSString *)keyParameters
name="key">The |
key to convert.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetKey:
+ (NSMutableArray *)sharedSetKey:(NSString *)keyParameters
name="key">The |
key to convert.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetKeyWithKey:validate:
+ (NSMutableArray *)sharedSetKeyWithKey:(NSString *)key validate:(bool)validateParameters
name="validate">Whether |
or not to validate the record.
|
|---|---|
name="key">The |
key to convert. |
Discussion
Declared In
FMWebSync.h
+ sharedSetKey:validate:
+ (NSMutableArray *)sharedSetKey:(NSString *)key validate:(bool)validateParameters
name="validate">Whether |
or not to validate the record.
|
|---|---|
name="key">The |
key to convert. |
Discussion
Declared In
FMWebSync.h
+ sharedSetRecordsWithRecords:
+ (NSMutableArray *)sharedSetRecordsWithRecords:(NSMutableArray *)recordsParameters
name="records">The |
array of records.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecords:
+ (NSMutableArray *)sharedSetRecords:(NSMutableArray *)recordsParameters
name="records">The |
array of records.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecordsWithRecords:validate:
+ (NSMutableArray *)sharedSetRecordsWithRecords:(NSMutableArray *)records validate:(bool)validateParameters
name="records">The |
array of records. |
|---|---|
name="validate">Whether |
or not to validate the records.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecords:validate:
+ (NSMutableArray *)sharedSetRecords:(NSMutableArray *)records validate:(bool)validateParameters
name="records">The |
array of records. |
|---|---|
name="validate">Whether |
or not to validate the records.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecordWithRecord:
+ (NSMutableArray *)sharedSetRecordWithRecord:(FMWebSyncRecord *)recordParameters
name="record">The |
record to convert.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecord:
+ (NSMutableArray *)sharedSetRecord:(FMWebSyncRecord *)recordParameters
name="record">The |
record to convert.
|
|---|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecordWithRecord:validate:
+ (NSMutableArray *)sharedSetRecordWithRecord:(FMWebSyncRecord *)record validate:(bool)validateParameters
name="record">The |
record to convert. |
|---|---|
name="validate">Whether |
or not to validate the record.
|
Discussion
Declared In
FMWebSync.h
+ sharedSetRecord:validate:
+ (NSMutableArray *)sharedSetRecord:(FMWebSyncRecord *)record validate:(bool)validateParameters
name="record">The |
record to convert. |
|---|---|
name="validate">Whether |
or not to validate the record.
|
Discussion
Declared In
FMWebSync.h
+ validateChannelWithChannel:error:
+ (bool)validateChannelWithChannel:(NSString *)channel error:(NSString **)errorParameters
name="channel">The |
channel to validate. |
|---|---|
name="error">The |
error, if validation failed.
|
Discussion
Declared In
FMWebSync.h
+ validateChannel:error:
+ (bool)validateChannel:(NSString *)channel error:(NSString **)errorParameters
name="channel">The |
channel to validate. |
|---|---|
name="error">The |
error, if validation failed.
|
Discussion
Declared In
FMWebSync.h
+ validateRecordWithRecord:error:
+ (bool)validateRecordWithRecord:(FMWebSyncRecord *)record error:(NSString **)errorParameters
name="error">The |
error, if validation failed.
|
|---|---|
name="record">The |
record to validate. |
Discussion
Declared In
FMWebSync.h
+ validateRecord:error:
+ (bool)validateRecord:(FMWebSyncRecord *)record error:(NSString **)errorParameters
name="error">The |
error, if validation failed.
|
|---|---|
name="record">The |
record to validate. |
Discussion
Declared In
FMWebSync.h