public interface ExtRepositoryObject extends ExtRepositoryModel
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtRepositoryObject.ExtRepositoryPermission
Holds the permissions that external repositories must support.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPermission(ExtRepositoryObject.ExtRepositoryPermission extRepositoryPermission)
Returns
true if the user has permission to perform the
action on the external repository object. |
java.lang.String |
getDescription()
Returns the external repository object's description.
|
java.lang.String |
getExtension()
Returns the external repository object's file or folder extension,
excluding any leading period.
|
java.util.Date |
getModifiedDate()
Returns the external repository object's last modified date.
|
getCreateDate, getExtRepositoryModelKey, getOwner, getSizeboolean containsPermission(ExtRepositoryObject.ExtRepositoryPermission extRepositoryPermission)
true if the user has permission to perform the
action on the external repository object.extRepositoryPermission - the action to check for permissiontrue if the user has permission to perform the
action on the external repository object; false
otherwisejava.lang.String getDescription()
java.lang.String getExtension()
java.util.Date getModifiedDate()