|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface CustomObject
CustomObject annotation for setting metadata properties on objects in Force.com.
| Optional Element Summary | |
|---|---|
boolean |
enableFeeds
Enable Force.com Chatter feeds. |
boolean |
readOnlySchema
Mark class schema as readonly. |
boolean |
virtualSchema
Mark class schema as virtual. |
public abstract boolean enableFeeds
public abstract boolean readOnlySchema
Readonly schema will not be persisted to the Force.com datastore.
public abstract boolean virtualSchema
Virtual schema is not backed by a Force.com object. This is similar to a database view.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||