|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSRequestModifier
Object used to alter the request of a given API call in the Content Server API.
| Field Summary | |
|---|---|
static int |
FORMAT_NOT_SET
|
| Method Summary | |
|---|---|
int |
getFormatType()
|
ISCSServerBinder |
getServerBinder()
|
boolean |
isAllowOverrides()
|
void |
setAllowOverrides(boolean allowOverrides)
Set the allowOverrides flag |
void |
setFormatType(int formatType)
Set the format type |
void |
setServerBinder(ISCSServerBinder serverBinder)
Set the server binder to override |
| Field Detail |
|---|
static final int FORMAT_NOT_SET
| Method Detail |
|---|
ISCSServerBinder getServerBinder()
void setServerBinder(ISCSServerBinder serverBinder)
serverBinder - the server binderboolean isAllowOverrides()
void setAllowOverrides(boolean allowOverrides)
allowOverrides - true to allow data to be overwrittenint getFormatType()
void setFormatType(int formatType)
formatType - the type of object to retrieve
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||