SkyVaultListingFilter
This section describes the SkyVaultListingFilter class.
The SkyVaultListingFilter class encapsulates information to control filtering of paged results.
Class declaration
@interface SkyVaultListingFilter : NSObject
Properties
| Property | Description |
|---|---|
| @property (nonatomic, strong, readonly) NSDictionary *filters | List of filters. |
Filter constants
| Constant |
|---|
| extern NSString * const kAlfrescoFilterByWorkflowState; |
| extern NSString * const kAlfrescoFilterValueWorkflowStateActive; |
| extern NSString * const kAlfrescoFilterValueWorkflowStateCompleted; |
| extern NSString * const kAlfrescoFilterValueWorkflowStateAny; |