|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwPermissionCollection | |
---|---|
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.history |
Uses of OwPermissionCollection in com.wewebu.ow.server.dmsdialogs.views |
---|
Methods in com.wewebu.ow.server.dmsdialogs.views that return OwPermissionCollection | |
---|---|
protected OwPermissionCollection |
OwPrivilegesDocument.getPermissions()
|
protected OwPermissionCollection |
OwPolicyLevelView.getPermissions()
|
OwPermissionCollection |
OwPolicyLevelDocument.getPermissions()
|
OwPermissionCollection |
OwPermissionsDocument.getPermissions()
|
Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwPermissionCollection | |
---|---|
OwPermissionsDocument(OwObject object_p,
OwPermissionCollection permissions_p)
Constructor |
Uses of OwPermissionCollection in com.wewebu.ow.server.ecm |
---|
Methods in com.wewebu.ow.server.ecm that return OwPermissionCollection | |
---|---|
OwPermissionCollection |
OwStandardVirtualFolderObjectFactory.getClonedPermissions()
get the cloned permissions |
OwPermissionCollection |
OwStandardDecoratorObject.getClonedPermissions()
|
OwPermissionCollection |
OwObjectSkeleton.getClonedPermissions()
get the cloned permissions |
OwPermissionCollection |
OwObject.getClonedPermissions()
get the cloned permissions |
OwPermissionCollection |
OwFileObject.getClonedPermissions()
get the cloned permissions |
OwPermissionCollection |
OwStandardVirtualFolderObjectFactory.getPermissions()
get the permissions object |
OwPermissionCollection |
OwStandardDecoratorObject.getPermissions()
|
OwPermissionCollection |
OwObjectSkeleton.getPermissions()
get the permissions object |
OwPermissionCollection |
OwObject.getPermissions()
get the permissions object |
OwPermissionCollection |
OwFileObject.getPermissions()
get the permissions object |
Methods in com.wewebu.ow.server.ecm with parameters of type OwPermissionCollection | |
---|---|
void |
OwStandardVirtualFolderObjectFactory.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
change the class of the object |
void |
OwStandardDecoratorObject.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
|
void |
OwObjectSkeleton.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
change the class of the object |
void |
OwObject.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
change the class of the object |
void |
OwFileObject.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
change the class of the object |
void |
OwVersion.checkin(boolean fPromote_p,
Object mode_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
boolean fOverwriteContent_p,
String strMimeType_p,
String strMimeParameter_p)
checkin |
void |
OwBatch.checkin(OwObject batchobject_p,
boolean fPromote_p,
Object mode_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
boolean fOverwriteContent_p,
String strMimeType_p,
String strMimeParameter_p)
checkin |
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects |
String |
OwBatch.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects |
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p,
boolean fKeepCheckedOut_p)
Creates a new object on the ECM System using the given parameters. Has additional promote and checkin mode parameters for versionable objects and the extra parameter fKeepCheckedOut_p to control whether the new objects are checked in automatically or not. |
String |
OwNetwork.createNewObject(OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters |
String |
OwNetwork.createObjectCopy(OwObject obj_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwObject parent_p,
int[] childTypes_p)
creates a cloned object with new properties on the ECM system copies the content as well |
void |
OwBatch.setPermissions(OwObject batchobject_p,
OwPermissionCollection permissions_p)
set the permissions object |
void |
OwStandardVirtualFolderObjectFactory.setPermissions(OwPermissionCollection permissions_p)
set the permissions object |
void |
OwStandardDecoratorObject.setPermissions(OwPermissionCollection permissions_p)
|
void |
OwObjectSkeleton.setPermissions(OwPermissionCollection permissions_p)
set the permissions object |
void |
OwObject.setPermissions(OwPermissionCollection permissions_p)
set the permissions object |
void |
OwFileObject.setPermissions(OwPermissionCollection permissions_p)
set the permissions object |
Uses of OwPermissionCollection in com.wewebu.ow.server.history |
---|
Methods in com.wewebu.ow.server.history that return OwPermissionCollection | |
---|---|
OwPermissionCollection |
OwStandardHistoryEntry.getClonedPermissions()
|
OwPermissionCollection |
OwStandardHistoryObjectCreateEvent.getPermissions()
|
OwPermissionCollection |
OwStandardHistoryEntry.getPermissions()
|
OwPermissionCollection |
OwHistoryObjectCreateEvent.getPermissions()
get the permissions of the new object, or null if not used in the creation of the object |
Methods in com.wewebu.ow.server.history with parameters of type OwPermissionCollection | |
---|---|
void |
OwStandardHistoryEntry.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
change the class of the object |
void |
OwStandardHistoryEntry.setPermissions(OwPermissionCollection permissions_p)
|
Constructors in com.wewebu.ow.server.history with parameters of type OwPermissionCollection | |
---|---|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p)
|
|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p,
Boolean promote_p,
Object mode_p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |