|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainableTypeManager
Provides base behavior for containable media types.
| Method Summary | |
|---|---|
void |
deleteAllContent(JiveContainer container)
Deletes all contents, and the related information, of the current type and its subtypes that belongs to the container. |
void |
deleteAllContent(User user)
Deletes all contents, and the related information, of the current type, and it subtypes, that belongs to the user. |
int |
getContentCount(JiveContainer container,
boolean recursive)
Returns the number of elements that the container has of this type and its subtypes. |
int |
getContentCount(User user)
Returns the number of elements that the user has of this type and its subtypes. |
| Method Detail |
|---|
void deleteAllContent(JiveContainer container)
container - the container where the content to be deleted belongs.
int getContentCount(JiveContainer container,
boolean recursive)
container - the container to count the objects from.recursive - true to count all objects in all containers recursively
void deleteAllContent(User user)
user - the user to delete content from.int getContentCount(User user)
user - the user to count the objects from.
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||