|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains the definitions of methods to be implemented for the specific
containers.
Supported API: false
Extendable: false
Method Summary | |
void |
checkValidShare(Persistable object,
WTContainer to_container,
boolean is_version_share)
Supported API: false |
void |
checkValidShare(WTCollection objects,
WTContainer to_container,
boolean is_version_share)
Supported API: false |
SharedContainerMap |
setMapAccess(SharedContainerMap map)
Sets ad hoc access control to the SharedContainerMap
and persists it. |
WTCollection |
setMapAccess(WTCollection maps)
Sets ad hoc access control to the SharedContainerMap
objects contained in the WTCollection passed
as argument. |
Persistable |
setObjectAccess(Persistable object,
WTContainer to_container,
boolean is_version_share)
Sets ad hoc access control to the Persistable passed
as argument This method is called when the object is being shared
to the container passed as argument. |
Persistable |
setObjectAccess(Persistable object,
WTContainer to_container,
boolean is_version_share,
Folder to_folder)
|
WTCollection |
setObjectAccess(WTCollection objects,
WTContainer to_container,
boolean is_version_share)
Sets ad hoc access control to the Persistable objects
contained in the WTCollection passed as
argument This method is called when the object is being shared to
the container passed as argument. |
WTCollection |
setObjectAccess(WTCollection objects,
WTContainer to_container,
boolean is_version_share,
Folder to_folder)
|
Method Detail |
public SharedContainerMap setMapAccess(SharedContainerMap map) throws WTException
SharedContainerMap
and persists it. This method is called when a share is created. and
the map passed as argument has not been persisted yet.
map
-
WTException
public Persistable setObjectAccess(Persistable object, WTContainer to_container, boolean is_version_share) throws WTException
Persistable
passed
as argument This method is called when the object is being shared
to the container passed as argument. The object is updated in the
database in case it is modified. The updated object is returned.
object
- to_container
- is_version_share
-
WTException
public void checkValidShare(Persistable object, WTContainer to_container, boolean is_version_share) throws WTException
object
- to_container
- is_version_share
-
WTException
public WTCollection setMapAccess(WTCollection maps) throws WTException
SharedContainerMap
objects contained in the WTCollection
passed
as argument. Returns a collection of persisted shares. This method
is called when shares are created. and the maps passed as argument
has not been persisted yet.
maps
-
WTException
public WTCollection setObjectAccess(WTCollection objects, WTContainer to_container, boolean is_version_share) throws WTException
Persistable
objects
contained in the WTCollection
passed as
argument This method is called when the object is being shared to
the container passed as argument. The object is updated in the database
in case it is modified. Returns a collection of persisted objects.
objects
- to_container
- is_version_share
-
WTException
public void checkValidShare(WTCollection objects, WTContainer to_container, boolean is_version_share) throws WTException
objects
- to_container
- is_version_share
-
WTException
public Persistable setObjectAccess(Persistable object, WTContainer to_container, boolean is_version_share, Folder to_folder) throws WTException
WTException
public WTCollection setObjectAccess(WTCollection objects, WTContainer to_container, boolean is_version_share, Folder to_folder) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |