SCItemsBrowserInitialization Protocol Reference
Conforms to | NSObject |
Declared in | SCItemsBrowserInitialization.h |
Tasks
-
– apiSession
The session to communicate with the Sitecore instance.
required method -
– setApiSession:
The session to communicate with the Sitecore instance.
required method -
– rootItem
An item to start browsing with.
required method -
– setRootItem:
An item to start browsing with.
required method -
– nextLevelRequestBuilder
A factory to build level queries. It can be used to filter items.
required method -
– setNextLevelRequestBuilder:
A factory to build level queries. It can be used to filter items.
required method -
– delegate
A delegate that gets notifications about levels loading.
required method -
– setDelegate:
A delegate that gets notifications about levels loading.
required method
Instance Methods
apiSession
The session to communicate with the Sitecore instance.
- (SCExtendedApiSession *)apiSession
Return Value
The session to communicate with the Sitecore instance.
Declared In
SCItemsBrowserInitialization.h
delegate
A delegate that gets notifications about levels loading.
- (id<SCItemsBrowserDelegate>)delegate
Return Value
A delegate that gets notifications about levels loading.
Declared In
SCItemsBrowserInitialization.h
nextLevelRequestBuilder
A factory to build level queries. It can be used to filter items.
- (id<SCItemsLevelRequestBuilder>)nextLevelRequestBuilder
Return Value
A factory to build level queries. It can be used to filter items.
Declared In
SCItemsBrowserInitialization.h
rootItem
An item to start browsing with.
- (SCItem *)rootItem
Return Value
An item to start browsing with.
Declared In
SCItemsBrowserInitialization.h
setApiSession:
The session to communicate with the Sitecore instance.
- (void)setApiSession:(SCExtendedApiSession *)apiSession
Parameters
- apiSession
The session to communicate with the Sitecore instance.
Declared In
SCItemsBrowserInitialization.h
setDelegate:
A delegate that gets notifications about levels loading.
- (void)setDelegate:(id<SCItemsBrowserDelegate>)delegate
Parameters
- delegate
A delegate that gets notifications about levels loading.
Declared In
SCItemsBrowserInitialization.h
setNextLevelRequestBuilder:
A factory to build level queries. It can be used to filter items.
- (void)setNextLevelRequestBuilder:(id<SCItemsLevelRequestBuilder>)nextLevelRequestBuilder
Parameters
- nextLevelRequestBuilder
A factory to build level queries. It can be used to filter items.
Declared In
SCItemsBrowserInitialization.h