|
Jive API (4.5.7.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaggableTypeInfoProvider
The tag subsystem uses this provider to perform tags-related operations on the behalf of the objects of this type.
TaggableType| Method Summary | |
|---|---|
ContainableType |
getContainableType()
Returns the containable type of this type. |
boolean |
isAllowedToTag(JiveObject object,
User user)
Returns true it the user is allowed to tag the JiveObject. |
| Method Detail |
|---|
boolean isAllowedToTag(JiveObject object,
User user)
object - the object to check if the user has permission to edit.user - the user to check if has permission to edit the objec.
ContainableType getContainableType()
ContainableType. But there
are other cases like blogs and blogs post, where blog post are taggable but not
containable, and blogs are containable but not taggable. In that case the containable
type of blog post is blog.
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||