|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.collab.CollabProperties
com.primavera.integration.collab.ItemProperties
com.primavera.integration.collab.FolderProperties
public class FolderProperties
Collaboration properties for folders.
The property keys used in this class are:
CollabProperties.PROPKEY_ID_FOLDER
CollabProperties.PROPKEY_ID_PARENT
CollabProperties.PROPKEY_CHILDREN_COUNT
CollabProperties.PROPKEY_NAME
CollabProperties.PROPKEY_OBJECTID_CREATED_BY
CollabProperties.PROPKEY_SECURITY_POLICY
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Constructor Summary | |
---|---|
FolderProperties()
Default class constructor |
|
FolderProperties(Map prop)
Class constructor allowing the internal map to be set |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compares the specified object with this property map for equality. |
FolderId |
getId()
Returns the FolderId of the folder described by these properties |
DocumentManagementSecurityPolicy |
getSecurityPolicy()
Returns the DocumentManagementSecurityPolicy assigned to the folder. |
int |
hashCode()
Returns the hash code value for this properties map. |
Set<String> |
validKeySet()
Returns an unmodifiable set of all possible valid keys for this properties class |
Methods inherited from class com.primavera.integration.collab.CollabProperties |
---|
clear, containsKey, containsValue, entrySet, get, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsInteger, getPropertyAsLong, getPropertyAsObjectId, getPropertyAsString, getPropertyType, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FolderProperties()
public FolderProperties(Map prop)
prop
- map of all set propertiesMethod Detail |
---|
public boolean equals(Object o)
equals
in interface Map
equals
in class ItemProperties
o
- object to be compared for equality with this map
public int hashCode()
hashCode
in interface Map
hashCode
in class ItemProperties
public Set<String> validKeySet()
validKeySet
in class CollabProperties
public FolderId getId()
public DocumentManagementSecurityPolicy getSecurityPolicy()
|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |