|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines all the methods needed for access contents of BIObject into CMS Repository
Method Summary | |
void |
deleteSubObject(java.lang.String pathParent,
java.lang.String name,
it.eng.spago.security.IEngUserProfile profile)
Delete a subObject |
java.util.List |
getAccessibleSubObjects(java.lang.String pathParent,
it.eng.spago.security.IEngUserProfile profile)
Gets the detail of all the subobjects accessible to the user |
java.io.InputStream |
getSubObject(java.lang.String pathParent,
java.lang.String name,
it.eng.spago.security.IEngUserProfile profile)
Gets the InputStream of the subobjects content |
java.io.InputStream |
getTemplate(java.lang.String path,
it.eng.spago.security.IEngUserProfile profile)
Get the template of the object |
void |
saveSubObject(byte[] content,
java.lang.String pathParent,
java.lang.String name,
java.lang.String description,
boolean publicVisibility,
it.eng.spago.security.IEngUserProfile profile)
Save a subObject of the object |
Method Detail |
public java.io.InputStream getTemplate(java.lang.String path, it.eng.spago.security.IEngUserProfile profile)
path
- Cms path of the objectprofile
- User Profile
public void saveSubObject(byte[] content, java.lang.String pathParent, java.lang.String name, java.lang.String description, boolean publicVisibility, it.eng.spago.security.IEngUserProfile profile) throws EMFUserError
content
- byte array containing the content of the subobjectpathParent
- the cms path of the parentname
- the name of the new subobjectdescription
- the description of the new subobjectprofile
- the profile of the user
EMFUserError
public java.util.List getAccessibleSubObjects(java.lang.String pathParent, it.eng.spago.security.IEngUserProfile profile)
pathParent
- Cms path of the objectprofile
- Profile of the user
public java.io.InputStream getSubObject(java.lang.String pathParent, java.lang.String name, it.eng.spago.security.IEngUserProfile profile)
pathParent
- cms path of the object parentname
- name of the subobjectprofile
- of the user
public void deleteSubObject(java.lang.String pathParent, java.lang.String name, it.eng.spago.security.IEngUserProfile profile) throws EMFUserError
pathParent
- path of the parent objectname
- name of the subObjectprofile
- Profile of the user
EMFUserError
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |