Java Doc for ResourcesItem.java in » ERP-CRM-Financial » sakai » org » sakaiproject » content » tool » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
ERP CRM Financial
»
sakai
»
org.sakaiproject.content.tool
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.sakaiproject.content.tool
.ResourcesItem
ResourcesItem
public
class ResourcesItem
(Code)
Field Summary
protected
AccessMode
accessMode
protected
boolean
canSetQuota
protected
boolean
collection
protected
String
collectionId
protected
byte[]
content
protected
String
contentType
protected
boolean
copyrightAlert
protected
String
copyrightInfo
protected
String
copyrightStatus
protected
String
createdBy
protected
Time
createdTime
protected
String
description
protected
String
displayName
protected
String
entityId
protected
Set
groups
protected
boolean
hasPrioritySort
protected
boolean
hasQuota
protected
boolean
hidden
protected
String
modifiedBy
protected
Time
modifiedTime
protected
int
notification
protected
int
prioritySortOrder
protected
Map
propertyValues
protected
String
quota
protected
Time
releaseDate
protected
String
resourceType
protected
Time
retractDate
protected
String
siteCollectionId
protected
boolean
useReleaseDate
protected
boolean
useRetractDate
protected
String
uuid
protected
int
version
Constructor Summary
public
ResourcesItem
(
String
entityId,
String
collectionId,
String
resourceType,
Map
propertyValues)
public
ResourcesItem
(
ContentEntity
entity)
public
ResourcesItem
(
String
entityId,
String
collectionId,
String
resourceType,
ResourceToolActionPipe
pipe)
Method Summary
public
AccessMode
getAccessMode
()
public
String
getCollectionId
()
public
byte[]
getContent
()
public
String
getContentType
()
public
String
getCopyrightInfo
()
public
String
getCopyrightStatus
()
public
String
getCreatedBy
()
public
Time
getCreatedTime
()
public
String
getDescription
()
public
String
getDisplayName
()
public
String
getEntityId
()
public
Set
getGroups
()
public
String
getModifiedBy
()
public
Time
getModifiedTime
()
public
int
getNotification
()
public
int
getPrioritySortOrder
()
public
String
getPropertyValue
(
String
name)
public
List
getPropertyValues
(
String
name)
public
Map
getPropertyValues
()
public
String
getQuota
()
public
Time
getReleaseDate
()
public
String
getResourceType
()
public
Time
getRetractDate
()
public
String
getSiteCollectionId
()
public
String
getUuid
()
public
int
getVersion
()
public
boolean
hasCopyrightAlert
()
public
boolean
hasPrioritySort
()
public
boolean
hasQuota
()
public
boolean
isCanSetQuota
()
public
boolean
isCollection
()
public
boolean
isHidden
()
public
void
setAccessMode
(AccessMode accessMode)
public
void
setCanSetQuota
(boolean canSetQuota)
public
void
setCollection
(boolean collection)
public
void
setCollectionId
(
String
collectionId)
public
void
setContent
(byte[] content)
public
void
setContentType
(
String
contentType)
public
void
setCopyrightAlert
(boolean copyrightAlert)
public
void
setCopyrightInfo
(
String
copyrightInfo)
public
void
setCopyrightStatus
(
String
copyrightStatus)
public
void
setCreatedBy
(
String
createdBy)
public
void
setCreatedTime
(
Time
createdTime)
public
void
setDescription
(
String
description)
public
void
setDisplayName
(
String
displayName)
public
void
setEntityId
(
String
entityId)
public
void
setGroups
(
Set
groups)
public
void
setHasPrioritySort
(boolean hasPrioritySort)
public
void
setHasQuota
(boolean hasQuota)
public
void
setHidden
(boolean hidden)
public
void
setModifiedBy
(
String
modifiedBy)
public
void
setModifiedTime
(
Time
modifiedTime)
public
void
setNotification
(int notification)
public
void
setPrioritySortOrder
(int prioritySortOrder)
public
void
setPropertyValue
(
String
name,
List
value)
public
void
setPropertyValue
(
String
name, int index,
String
value)
public
void
setPropertyValues
(
Map
propertyValues)
public
void
setQuota
(
String
quota)
public
void
setReleaseDate
(
Time
releaseDate)
public
void
setResourceType
(
String
resourceType)
public
void
setRetractDate
(
Time
retractDate)
public
void
setSiteCollectionId
(
String
siteCollectionId)
public
void
setUseReleaseDate
(boolean useReleaseDate)
public
void
setUseRetractDate
(boolean useRetractDate)
public
void
setUuid
(
String
uuid)
public
void
setVersion
(int version)
public
void
update
(
ResourceToolActionPipe
pipe)
public
boolean
useReleaseDate
()
public
boolean
useRetractDate
()
Field Detail
accessMode
protected
AccessMode accessMode
(Code)
canSetQuota
protected
boolean canSetQuota
(Code)
collection
protected
boolean collection
(Code)
collectionId
protected
String
collectionId
(Code)
content
protected
byte[] content
(Code)
contentType
protected
String
contentType
(Code)
copyrightAlert
protected
boolean copyrightAlert
(Code)
copyrightInfo
protected
String
copyrightInfo
(Code)
copyrightStatus
protected
String
copyrightStatus
(Code)
createdBy
protected
String
createdBy
(Code)
createdTime
protected
Time
createdTime
(Code)
description
protected
String
description
(Code)
displayName
protected
String
displayName
(Code)
entityId
protected
String
entityId
(Code)
groups
protected
Set
groups
(Code)
hasPrioritySort
protected
boolean hasPrioritySort
(Code)
hasQuota
protected
boolean hasQuota
(Code)
hidden
protected
boolean hidden
(Code)
modifiedBy
protected
String
modifiedBy
(Code)
modifiedTime
protected
Time
modifiedTime
(Code)
notification
protected
int notification
(Code)
prioritySortOrder
protected
int prioritySortOrder
(Code)
propertyValues
protected
Map
propertyValues
(Code)
quota
protected
String
quota
(Code)
releaseDate
protected
Time
releaseDate
(Code)
resourceType
protected
String
resourceType
(Code)
retractDate
protected
Time
retractDate
(Code)
siteCollectionId
protected
String
siteCollectionId
(Code)
useReleaseDate
protected
boolean useReleaseDate
(Code)
useRetractDate
protected
boolean useRetractDate
(Code)
uuid
protected
String
uuid
(Code)
version
protected
int version
(Code)
Constructor Detail
ResourcesItem
public
ResourcesItem(
String
entityId,
String
collectionId,
String
resourceType,
Map
propertyValues)
(Code)
Parameters:
entityId -
Parameters:
collectionId -
Parameters:
propertyValues -
Parameters:
resourceType -
ResourcesItem
public
ResourcesItem(
ContentEntity
entity)
(Code)
ResourcesItem
public
ResourcesItem(
String
entityId,
String
collectionId,
String
resourceType,
ResourceToolActionPipe
pipe)
(Code)
Method Detail
getAccessMode
public
AccessMode getAccessMode()
(Code)
the accessMode
getCollectionId
public
String
getCollectionId()
(Code)
the collectionId
getContent
public
byte[] getContent()
(Code)
the content
getContentType
public
String
getContentType()
(Code)
the contentType
getCopyrightInfo
public
String
getCopyrightInfo()
(Code)
the copyrightInfo
getCopyrightStatus
public
String
getCopyrightStatus()
(Code)
the copyrightStatus
getCreatedBy
public
String
getCreatedBy()
(Code)
the createdBy
getCreatedTime
public
Time
getCreatedTime()
(Code)
the createdTime
getDescription
public
String
getDescription()
(Code)
the description
getDisplayName
public
String
getDisplayName()
(Code)
the displayName
getEntityId
public
String
getEntityId()
(Code)
the entityId
getGroups
public
Set
getGroups()
(Code)
the groups
getModifiedBy
public
String
getModifiedBy()
(Code)
the modifiedBy
getModifiedTime
public
Time
getModifiedTime()
(Code)
the modifiedTime
getNotification
public
int getNotification()
(Code)
the notification
getPrioritySortOrder
public
int getPrioritySortOrder()
(Code)
the prioritySortOrder
getPropertyValue
public
String
getPropertyValue(
String
name)
(Code)
Parameters:
name -
getPropertyValues
public
List
getPropertyValues(
String
name)
(Code)
Parameters:
name -
getPropertyValues
public
Map
getPropertyValues()
(Code)
the propertyValues
getQuota
public
String
getQuota()
(Code)
the quota
getReleaseDate
public
Time
getReleaseDate()
(Code)
the releaseDate
getResourceType
public
String
getResourceType()
(Code)
the resourceType
getRetractDate
public
Time
getRetractDate()
(Code)
the retractDate
getSiteCollectionId
public
String
getSiteCollectionId()
(Code)
the siteCollectionId
getUuid
public
String
getUuid()
(Code)
the uuid
getVersion
public
int getVersion()
(Code)
the version
hasCopyrightAlert
public
boolean hasCopyrightAlert()
(Code)
the copyrightAlert
hasPrioritySort
public
boolean hasPrioritySort()
(Code)
the hasPrioritySort
hasQuota
public
boolean hasQuota()
(Code)
the hasQuota
isCanSetQuota
public
boolean isCanSetQuota()
(Code)
the canSetQuota
isCollection
public
boolean isCollection()
(Code)
the collection
isHidden
public
boolean isHidden()
(Code)
the hidden
setAccessMode
public
void setAccessMode(AccessMode accessMode)
(Code)
Parameters:
accessMode - the accessMode to set
setCanSetQuota
public
void setCanSetQuota(boolean canSetQuota)
(Code)
Parameters:
canSetQuota - the canSetQuota to set
setCollection
public
void setCollection(boolean collection)
(Code)
Parameters:
collection - the collection to set
setCollectionId
public
void setCollectionId(
String
collectionId)
(Code)
Parameters:
collectionId - the collectionId to set
setContent
public
void setContent(byte[] content)
(Code)
Parameters:
content - the content to set
setContentType
public
void setContentType(
String
contentType)
(Code)
Parameters:
contentType - the contentType to set
setCopyrightAlert
public
void setCopyrightAlert(boolean copyrightAlert)
(Code)
Parameters:
copyrightAlert - the copyrightAlert to set
setCopyrightInfo
public
void setCopyrightInfo(
String
copyrightInfo)
(Code)
Parameters:
copyrightInfo - the copyrightInfo to set
setCopyrightStatus
public
void setCopyrightStatus(
String
copyrightStatus)
(Code)
Parameters:
copyrightStatus - the copyrightStatus to set
setCreatedBy
public
void setCreatedBy(
String
createdBy)
(Code)
Parameters:
createdBy - the createdBy to set
setCreatedTime
public
void setCreatedTime(
Time
createdTime)
(Code)
Parameters:
createdTime - the createdTime to set
setDescription
public
void setDescription(
String
description)
(Code)
Parameters:
description - the description to set
setDisplayName
public
void setDisplayName(
String
displayName)
(Code)
Parameters:
displayName - the displayName to set
setEntityId
public
void setEntityId(
String
entityId)
(Code)
Parameters:
entityId - the entityId to set
setGroups
public
void setGroups(
Set
groups)
(Code)
Parameters:
groups - the groups to set
setHasPrioritySort
public
void setHasPrioritySort(boolean hasPrioritySort)
(Code)
Parameters:
hasPrioritySort - the hasPrioritySort to set
setHasQuota
public
void setHasQuota(boolean hasQuota)
(Code)
Parameters:
hasQuota - the hasQuota to set
setHidden
public
void setHidden(boolean hidden)
(Code)
Parameters:
hidden - the hidden to set
setModifiedBy
public
void setModifiedBy(
String
modifiedBy)
(Code)
Parameters:
modifiedBy - the modifiedBy to set
setModifiedTime
public
void setModifiedTime(
Time
modifiedTime)
(Code)
Parameters:
modifiedTime - the modifiedTime to set
setNotification
public
void setNotification(int notification)
(Code)
Parameters:
notification - the notification to set
setPrioritySortOrder
public
void setPrioritySortOrder(int prioritySortOrder)
(Code)
Parameters:
prioritySortOrder - the prioritySortOrder to set
setPropertyValue
public
void setPropertyValue(
String
name,
List
value)
(Code)
Parameters:
name -
Parameters:
value -
setPropertyValue
public
void setPropertyValue(
String
name, int index,
String
value)
(Code)
Parameters:
name -
Parameters:
index -
Parameters:
value -
setPropertyValues
public
void setPropertyValues(
Map
propertyValues)
(Code)
Parameters:
propertyValues - the propertyValues to set
setQuota
public
void setQuota(
String
quota)
(Code)
Parameters:
quota - the quota to set
setReleaseDate
public
void setReleaseDate(
Time
releaseDate)
(Code)
Parameters:
releaseDate - the releaseDate to set
setResourceType
public
void setResourceType(
String
resourceType)
(Code)
Parameters:
resourceType - the resourceType to set
setRetractDate
public
void setRetractDate(
Time
retractDate)
(Code)
Parameters:
retractDate - the retractDate to set
setSiteCollectionId
public
void setSiteCollectionId(
String
siteCollectionId)
(Code)
Parameters:
siteCollectionId - the siteCollectionId to set
setUseReleaseDate
public
void setUseReleaseDate(boolean useReleaseDate)
(Code)
Parameters:
useReleaseDate - the useReleaseDate to set
setUseRetractDate
public
void setUseRetractDate(boolean useRetractDate)
(Code)
Parameters:
useRetractDate - the useRetractDate to set
setUuid
public
void setUuid(
String
uuid)
(Code)
Parameters:
uuid - the uuid to set
setVersion
public
void setVersion(int version)
(Code)
Parameters:
version - the version to set
update
public
void update(
ResourceToolActionPipe
pipe)
(Code)
useReleaseDate
public
boolean useReleaseDate()
(Code)
the useReleaseDate
useRetractDate
public
boolean useRetractDate()
(Code)
the useRetractDate
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.