Java Doc for ResourcesEditItem.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.ResourcesBrowseItem
      org.sakaiproject.content.tool.ResourcesEditItem

ResourcesEditItem
public class ResourcesEditItem extends ResourcesBrowseItem (Code)
Inner class encapsulates information about resources (folders and items) for editing This is being phased out as we switch to the resources type registry.


Field Summary
protected  booleanm_canSetQuota
    
protected  Stringm_ccCommercial
    
protected  Stringm_ccLicense
    
protected  Stringm_ccModification
    
protected  Stringm_ccRightsOwner
    
protected  Stringm_ccRightsYear
    
protected  Stringm_ccRightsownership
    
protected  byte[]m_content
    
protected  booleanm_contentHasChanged
    
protected  booleanm_contentTypeHasChanged
    
protected  Stringm_copyrightInfo
    
protected  Stringm_copyrightStatus
    
protected  Stringm_description
    
protected  Stringm_encoding
    
protected  Stringm_filename
    
protected  ResourcesMetadatam_form
    
protected  Stringm_formtype
    
protected  booleanm_hasBeenAdded
    
protected  booleanm_hasQuota
    
protected  booleanm_hidden
    
protected  Stringm_instruction
    
protected  booleanm_isBlank
    
protected  booleanm_isUrl
    
protected  Mapm_metadata
    
protected  Setm_metadataGroupsShowing
    
protected  Stringm_mimetype
    
protected  Setm_missingInformation
    
protected  intm_notification
    
protected  Listm_properties
    
protected  Stringm_quota
    
protected  Timem_releaseDate
    
protected  Timem_retractDate
    
protected  Stringm_rootname
    
protected  Mapm_structuredArtifact
    
protected  booleanm_useReleaseDate
    
protected  booleanm_useRetractDate
    

Constructor Summary
public  ResourcesEditItem(String id, String name, String type)
    
public  ResourcesEditItem(String type)
    

Method Summary
public  booleancanSetQuota()
    
public  voidclearMissing()
     Empty the list of missing properties.
public  booleancontentHasChanged()
    
public  booleancontentTypeHasChanged()
    
public  SortedSetconvertToRefs(Collection groupIds)
    
public  StringgetAllowCommercial()
    
public  StringgetAllowModifications()
    
public  byte[]getContent()
    
public  StringgetContentstring()
    
public  StringgetCopyrightInfo()
    
public  StringgetCopyrightStatus()
    
public  StringgetDescription()
    
public  StringgetEncoding()
     Get the character encoding type that is used when converting content body between strings and byte arrays.
public  StringgetFilename()
    
public  ResourcesMetadatagetForm()
     Access the root ResourcesMetadata object that defines the form for a Structured Artifact.
public  StringgetFormtype()
    
public  StringgetInstruction()
     Access instructions to be displayed to the user in the editor (for Form Items).
public  StringgetLicense()
    
public  ListgetList(String name)
     Access a list of values associated with a named property of a structured artifact.
Parameters:
  name - The name of the property.
public  MapgetMetadata()
    
public  StringgetMimeCategory()
    
public  StringgetMimeSubtype()
    
public  StringgetMimeType()
    
public  intgetNotification()
    
public  ListgetProperties()
    
public  ObjectgetPropertyValue(String name)
    
public  ObjectgetPropertyValue(String name, int index)
     Access a particular value in a Structured Artifact, as identified by the parameter "name".
public  StringgetQuota()
    
public  TimegetReleaseDate()
    
public  TimegetRetractDate()
    
public  StringgetRightsowner()
    
public  StringgetRightsownership()
    
public  StringgetRightsyear()
    
public  StringgetRootname()
    
public  StringgetSingleGroupTitle()
    
public  StringgetString(String name)
     Access a value of a structured artifact field of type String.
Parameters:
  name - The name of the field to access.
public  MapgetStructuredArtifact()
    
public  ObjectgetValue(String name, int index)
    
public  ObjectgetValue(String name)
     Access a particular value in a Structured Artifact, as identified by the parameter "name".
public  MapgetValues()
    
public  booleanhasBeenAdded()
    
public  booleanhasQuota()
    
public  voidhideMetadataGroup(String group)
    
public  booleanisBlank()
    
public  booleanisFileUpload()
    
public  booleanisGroupInherited()
    
public  booleanisGroupPossible()
    
public  booleanisGroupShowing(String group)
    
public  booleanisHidden()
    
public  booleanisHtml()
    
public  booleanisInWorkspace()
    
public  booleanisMissing(String propname)
    
public  booleanisPlaintext()
    
public  booleanisSingleGroupInherited()
    
public  booleanisSiteOnly()
    
public  booleanisSitePossible()
    
public  booleanisUrl()
    
public  voidmarkAsBlank(boolean isBlank)
    
public  voidsetAdded(boolean added)
    
public  voidsetAllowCommercial(String ccCommercial)
    
public  voidsetAllowModifications(String ccModification)
    
public  voidsetCanSetQuota(boolean canSetQuota)
    
public  voidsetContent(byte[] content)
    
public  voidsetContent(String content)
    
public  voidsetContentHasChanged(boolean changed)
    
public  voidsetContentTypeHasChanged(boolean changed)
    
public  voidsetCopyrightInfo(String copyrightInfo)
    
public  voidsetCopyrightStatus(String copyrightStatus)
    
public  voidsetDescription(String description)
    
public  voidsetEncoding(String encoding)
     Set the character encoding type that will be used when converting content body between strings and byte arrays.
public  voidsetFilename(String filename)
    
public  voidsetForm(ResourcesMetadata form)
     Change the root ResourcesMetadata object that defines the form for a Structured Artifact.
public  voidsetFormtype(String formtype)
    
public  voidsetHasQuota(boolean hasQuota)
    
public  voidsetHidden(boolean hidden)
    
public  voidsetId(String id)
    
public  voidsetInWorkspace(boolean isInUserSite)
    
public  voidsetInstruction(String instruction)
     Record a value for instructions to be displayed to the user in the editor (for Form Items).
public  voidsetLicense(String license)
    
public  voidsetMetadata(Map metadata)
    
public  voidsetMetadataItem(String name, Object value)
    
public  voidsetMimeType(String mimetype)
    
public  voidsetMissing(String propname)
     Add a property name to the list of properties missing from the input.
public  voidsetNotification(int notification)
    
public  voidsetProperties(List properties)
    
public  voidsetPropertyValue(String name, Object value)
    
public  voidsetPropertyValue(String name, int index, Object value)
     Access a particular value in a Structured Artifact, as identified by the parameter "name".
public  voidsetQuota(String quota)
    
public  voidsetReleaseDate(Time releaseDate)
    
public  voidsetRetractDate(Time retractDate)
    
public  voidsetRightsowner(String ccRightsOwner)
    
public  voidsetRightsownership(String owner)
    
public  voidsetRightstyear(String ccRightsYear)
    
public  voidsetRootname(String rootname)
    
public  voidsetStructuredArtifact(Map artifact)
    
public  voidsetType(String type)
    
public  voidsetUseReleaseDate(boolean useReleaseDate)
    
public  voidsetUseRetractDate(boolean useRetractDate)
    
public  voidsetValue(String name, Object value)
    
public  voidsetValue(String name, int index, Object value)
    
public  voidsetValues(Map map)
     Replace current values of Structured Artifact with new values.
public  voidshowMetadataGroup(String group)
    
public  booleanuseReleaseDate()
    
public  booleanuseRetractDate()
    

Field Detail
m_canSetQuota
protected boolean m_canSetQuota(Code)



m_ccCommercial
protected String m_ccCommercial(Code)



m_ccLicense
protected String m_ccLicense(Code)



m_ccModification
protected String m_ccModification(Code)



m_ccRightsOwner
protected String m_ccRightsOwner(Code)



m_ccRightsYear
protected String m_ccRightsYear(Code)



m_ccRightsownership
protected String m_ccRightsownership(Code)



m_content
protected byte[] m_content(Code)



m_contentHasChanged
protected boolean m_contentHasChanged(Code)



m_contentTypeHasChanged
protected boolean m_contentTypeHasChanged(Code)



m_copyrightInfo
protected String m_copyrightInfo(Code)



m_copyrightStatus
protected String m_copyrightStatus(Code)



m_description
protected String m_description(Code)



m_encoding
protected String m_encoding(Code)



m_filename
protected String m_filename(Code)



m_form
protected ResourcesMetadata m_form(Code)



m_formtype
protected String m_formtype(Code)



m_hasBeenAdded
protected boolean m_hasBeenAdded(Code)



m_hasQuota
protected boolean m_hasQuota(Code)



m_hidden
protected boolean m_hidden(Code)



m_instruction
protected String m_instruction(Code)



m_isBlank
protected boolean m_isBlank(Code)



m_isUrl
protected boolean m_isUrl(Code)



m_metadata
protected Map m_metadata(Code)



m_metadataGroupsShowing
protected Set m_metadataGroupsShowing(Code)



m_mimetype
protected String m_mimetype(Code)



m_missingInformation
protected Set m_missingInformation(Code)



m_notification
protected int m_notification(Code)



m_properties
protected List m_properties(Code)



m_quota
protected String m_quota(Code)



m_releaseDate
protected Time m_releaseDate(Code)



m_retractDate
protected Time m_retractDate(Code)



m_rootname
protected String m_rootname(Code)



m_structuredArtifact
protected Map m_structuredArtifact(Code)



m_useReleaseDate
protected boolean m_useReleaseDate(Code)



m_useRetractDate
protected boolean m_useRetractDate(Code)




Constructor Detail
ResourcesEditItem
public ResourcesEditItem(String id, String name, String type)(Code)

Parameters:
  id -
Parameters:
  name -
Parameters:
  type -



ResourcesEditItem
public ResourcesEditItem(String type)(Code)

Parameters:
  id -
Parameters:
  name -
Parameters:
  type -




Method Detail
canSetQuota
public boolean canSetQuota()(Code)
Returns the canSetQuota.



clearMissing
public void clearMissing()(Code)
Empty the list of missing properties.



contentHasChanged
public boolean contentHasChanged()(Code)



contentTypeHasChanged
public boolean contentTypeHasChanged()(Code)



convertToRefs
public SortedSet convertToRefs(Collection groupIds)(Code)



getAllowCommercial
public String getAllowCommercial()(Code)



getAllowModifications
public String getAllowModifications()(Code)



getContent
public byte[] getContent()(Code)
Returns the content.



getContentstring
public String getContentstring()(Code)
Returns the content as a String.



getCopyrightInfo
public String getCopyrightInfo()(Code)
Returns the copyrightInfo.



getCopyrightStatus
public String getCopyrightStatus()(Code)
Returns the copyrightStatus.



getDescription
public String getDescription()(Code)
Returns the description.



getEncoding
public String getEncoding()(Code)
Get the character encoding type that is used when converting content body between strings and byte arrays. Default is "UTF-8". The name of the character set encoding scheme (@see java.lang.Charset)



getFilename
public String getFilename()(Code)
Returns the filename.



getForm
public ResourcesMetadata getForm()(Code)
Access the root ResourcesMetadata object that defines the form for a Structured Artifact. the form.



getFormtype
public String getFormtype()(Code)



getInstruction
public String getInstruction()(Code)
Access instructions to be displayed to the user in the editor (for Form Items). The instructions.



getLicense
public String getLicense()(Code)



getList
public List getList(String name)(Code)
Access a list of values associated with a named property of a structured artifact.
Parameters:
  name - The name of the property. The list of values associated with that name, or an empty list if the property is not defined.



getMetadata
public Map getMetadata()(Code)
Returns the metadata.



getMimeCategory
public String getMimeCategory()(Code)



getMimeSubtype
public String getMimeSubtype()(Code)



getMimeType
public String getMimeType()(Code)



getNotification
public int getNotification()(Code)



getProperties
public List getProperties()(Code)



getPropertyValue
public Object getPropertyValue(String name)(Code)

Parameters:
  name -



getPropertyValue
public Object getPropertyValue(String name, int index)(Code)
Access a particular value in a Structured Artifact, as identified by the parameter "name". This implementation of the method assumes that the name is a series of String identifiers delimited by the ResourcesAction.ResourcesMetadata.DOT String.
Parameters:
  name - The delimited identifier for the item. The value identified by the name, or null if the name does not identify a valid item.



getQuota
public String getQuota()(Code)
Returns the quota.



getReleaseDate
public Time getReleaseDate()(Code)
the releaseDate



getRetractDate
public Time getRetractDate()(Code)
the retractDate



getRightsowner
public String getRightsowner()(Code)



getRightsownership
public String getRightsownership()(Code)



getRightsyear
public String getRightsyear()(Code)



getRootname
public String getRootname()(Code)
Returns the name of the root of a structured artifact definition.



getSingleGroupTitle
public String getSingleGroupTitle()(Code)



getString
public String getString(String name)(Code)
Access a value of a structured artifact field of type String.
Parameters:
  name - The name of the field to access. the value, or null if the named field is null or not a String.



getStructuredArtifact
public Map getStructuredArtifact()(Code)
Returns the artifact.



getValue
public Object getValue(String name, int index)(Code)

Parameters:
  name -
Parameters:
  index -



getValue
public Object getValue(String name)(Code)
Access a particular value in a Structured Artifact, as identified by the parameter "name". This implementation of the method assumes that the name is a series of String identifiers delimited by the ResourcesAction.ResourcesMetadata.DOT String.
Parameters:
  name - The delimited identifier for the item. The value identified by the name, or null if the name does not identify a valid item.



getValues
public Map getValues()(Code)
Access the entire set of values stored in the Structured Artifact The set of values.



hasBeenAdded
public boolean hasBeenAdded()(Code)



hasQuota
public boolean hasQuota()(Code)
Returns the hasQuota.



hideMetadataGroup
public void hideMetadataGroup(String group)(Code)
Hide the indicated metadata group for the item
Parameters:
  group -



isBlank
public boolean isBlank()(Code)
Access marker indicating whether current item is a blank entry true if current entry is blank, false otherwise



isFileUpload
public boolean isFileUpload()(Code)



isGroupInherited
public boolean isGroupInherited()(Code)



isGroupPossible
public boolean isGroupPossible()(Code)



isGroupShowing
public boolean isGroupShowing(String group)(Code)
Query whether the indicated metadata group is showing for the item
Parameters:
  group - true if the metadata group is showing, false otherwise



isHidden
public boolean isHidden()(Code)



isHtml
public boolean isHtml()(Code)
true if content-type of item is "text/html" (an html document), false otherwise



isInWorkspace
public boolean isInWorkspace()(Code)



isMissing
public boolean isMissing(String propname)(Code)
Query whether a particular property is missing
Parameters:
  propname - The name of the property The value "true" if the property is missing, "false" otherwise.



isPlaintext
public boolean isPlaintext()(Code)
true if content-type of item is "text/text" (plain text), false otherwise



isSingleGroupInherited
public boolean isSingleGroupInherited()(Code)
Does this entity inherit grouped access mode with a single group that has access? true if this entity inherits grouped access mode with a single group that has access, and false otherwise.



isSiteOnly
public boolean isSiteOnly()(Code)
Is this entity's access restricted to the site (not pubview) and are there no groups defined for the site?



isSitePossible
public boolean isSitePossible()(Code)



isUrl
public boolean isUrl()(Code)
true if content-type of item indicates it represents a URL, false otherwise



markAsBlank
public void markAsBlank(boolean isBlank)(Code)
Set marker indicating whether current item is a blank entry
Parameters:
  isBlank -



setAdded
public void setAdded(boolean added)(Code)



setAllowCommercial
public void setAllowCommercial(String ccCommercial)(Code)



setAllowModifications
public void setAllowModifications(String ccModification)(Code)



setCanSetQuota
public void setCanSetQuota(boolean canSetQuota)(Code)

Parameters:
  canSetQuota - The canSetQuota to set.



setContent
public void setContent(byte[] content)(Code)

Parameters:
  content - The content to set.



setContent
public void setContent(String content)(Code)

Parameters:
  content - The content to set.



setContentHasChanged
public void setContentHasChanged(boolean changed)(Code)

Parameters:
  changed -



setContentTypeHasChanged
public void setContentTypeHasChanged(boolean changed)(Code)

Parameters:
  changed -



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.



setDescription
public void setDescription(String description)(Code)

Parameters:
  description - The description to set.



setEncoding
public void setEncoding(String encoding)(Code)
Set the character encoding type that will be used when converting content body between strings and byte arrays. Default is UTF_8_ENCODING.
Parameters:
  encoding - A valid name for a character set encoding scheme (@see java.lang.Charset)



setFilename
public void setFilename(String filename)(Code)

Parameters:
  filename - The filename to set.



setForm
public void setForm(ResourcesMetadata form)(Code)
Change the root ResourcesMetadata object that defines the form for a Structured Artifact.
Parameters:
  form -



setFormtype
public void setFormtype(String formtype)(Code)

Parameters:
  formtype -



setHasQuota
public void setHasQuota(boolean hasQuota)(Code)

Parameters:
  hasQuota - The hasQuota to set.



setHidden
public void setHidden(boolean hidden)(Code)



setId
public void setId(String id)(Code)

Parameters:
  id -



setInWorkspace
public void setInWorkspace(boolean isInUserSite)(Code)



setInstruction
public void setInstruction(String instruction)(Code)
Record a value for instructions to be displayed to the user in the editor (for Form Items).
Parameters:
  instruction - The value of the instructions.



setLicense
public void setLicense(String license)(Code)

Parameters:
  license -



setMetadata
public void setMetadata(Map metadata)(Code)

Parameters:
  metadata - The metadata to set.



setMetadataItem
public void setMetadataItem(String name, Object value)(Code)

Parameters:
  name -
Parameters:
  value -



setMimeType
public void setMimeType(String mimetype)(Code)

Parameters:
  mimetype -



setMissing
public void setMissing(String propname)(Code)
Add a property name to the list of properties missing from the input.
Parameters:
  propname - The name of the property.



setNotification
public void setNotification(int notification)(Code)

Parameters:
  notification -



setProperties
public void setProperties(List properties)(Code)

Parameters:
  properties -



setPropertyValue
public void setPropertyValue(String name, Object value)(Code)

Parameters:
  name -
Parameters:
  value -



setPropertyValue
public void setPropertyValue(String name, int index, Object value)(Code)
Access a particular value in a Structured Artifact, as identified by the parameter "name". This implementation of the method assumes that the name is a series of String identifiers delimited by the ResourcesAction.ResourcesMetadata.DOT String.
Parameters:
  name - The delimited identifier for the item. The value identified by the name, or null if the name does not identify a valid item.



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



setRetractDate
public void setRetractDate(Time retractDate)(Code)

Parameters:
  retractDate - the retractDate to set



setRightsowner
public void setRightsowner(String ccRightsOwner)(Code)



setRightsownership
public void setRightsownership(String owner)(Code)



setRightstyear
public void setRightstyear(String ccRightsYear)(Code)



setRootname
public void setRootname(String rootname)(Code)

Parameters:
  rootname - The name to be assigned for the root of a structured artifact.



setStructuredArtifact
public void setStructuredArtifact(Map artifact)(Code)

Parameters:
  artifact - The artifact to set.



setType
public void setType(String type)(Code)

Parameters:
  type -



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



setValue
public void setValue(String name, Object value)(Code)

Parameters:
  name -
Parameters:
  value -



setValue
public void setValue(String name, int index, Object value)(Code)

Parameters:
  name -
Parameters:
  index -
Parameters:
  value -



setValues
public void setValues(Map map)(Code)
Replace current values of Structured Artifact with new values.
Parameters:
  map - The new values.



showMetadataGroup
public void showMetadataGroup(String group)(Code)
Show the indicated metadata group for the item
Parameters:
  group -



useReleaseDate
public boolean useReleaseDate()(Code)
the useReleaseDate



useRetractDate
public boolean useRetractDate()(Code)
the useRetractDate



Fields inherited from org.sakaiproject.content.tool.ResourcesBrowseItem
protected String m_access(Code)(Java Doc)
protected SortedSet m_allSiteGroups(Code)(Java Doc)
protected Map m_allSiteGroupsMap(Code)(Java Doc)
protected SortedSet m_allowedAddGroupRefs(Code)(Java Doc)
protected SortedSet m_allowedRemoveGroupRefs(Code)(Java Doc)
protected boolean m_available(Code)(Java Doc)
protected boolean m_canAddFolder(Code)(Java Doc)
protected boolean m_canAddItem(Code)(Java Doc)
protected boolean m_canCopy(Code)(Java Doc)
protected boolean m_canDelete(Code)(Java Doc)
protected boolean m_canRead(Code)(Java Doc)
protected boolean m_canRevise(Code)(Java Doc)
protected boolean m_canSelect(Code)(Java Doc)
protected String m_container(Code)(Java Doc)
protected boolean m_copyrightAlert(Code)(Java Doc)
protected String m_createdBy(Code)(Java Doc)
protected String m_createdTime(Code)(Java Doc)
protected int m_depth(Code)(Java Doc)
protected SortedSet m_entityGroupRefs(Code)(Java Doc)
protected Collection m_groups(Code)(Java Doc)
protected boolean m_hasCopyableChildren(Code)(Java Doc)
protected boolean m_hasDeletableChildren(Code)(Java Doc)
protected String m_id(Code)(Java Doc)
protected boolean m_inDropbox(Code)(Java Doc)
protected String m_inheritedAccess(Code)(Java Doc)
protected SortedSet m_inheritedGroupRefs(Code)(Java Doc)
protected boolean m_inheritsHighlight(Code)(Java Doc)
protected boolean m_isAttached(Code)(Java Doc)
protected boolean m_isCopied(Code)(Java Doc)
protected boolean m_isEmpty(Code)(Java Doc)
protected boolean m_isHighlighted(Code)(Java Doc)
protected boolean m_isLocal(Code)(Java Doc)
protected boolean m_locked(Code)(Java Doc)
protected List m_members(Code)(Java Doc)
protected String m_modifiedBy(Code)(Java Doc)
protected String m_modifiedTime(Code)(Java Doc)
protected String m_name(Code)(Java Doc)
protected Collection m_oldInheritedGroups(Code)(Java Doc)
protected Collection m_oldPossibleGroups(Code)(Java Doc)
protected boolean m_pubview(Code)(Java Doc)
protected boolean m_pubview_inherited(Code)(Java Doc)
protected boolean m_pubview_possible(Code)(Java Doc)
protected BasicRightsAssignment m_rights(Code)(Java Doc)
protected String m_root(Code)(Java Doc)
protected String m_size(Code)(Java Doc)
protected boolean m_sortable(Code)(Java Doc)
protected String m_target(Code)(Java Doc)
protected String m_type(Code)(Java Doc)
protected String m_url(Code)(Java Doc)
protected static Integer seqnum(Code)(Java Doc)

Methods inherited from org.sakaiproject.content.tool.ResourcesBrowseItem
public void addAllSiteGroups(Collection allSiteGroups)(Code)(Java Doc)
public void addAllowedAddGroupRef(String allowedAddGroupRef)(Code)(Java Doc)
public void addAllowedRemoveGroupRef(String allowedRemoveGroupRef)(Code)(Java Doc)
public void addEntityGroupRef(String entityGroupRef)(Code)(Java Doc)
public void addGroup(String groupId)(Code)(Java Doc)
public void addGroup(Group group)(Code)(Java Doc)
protected void addGroupRefToCollection(String groupRef, Collection collection)(Code)(Java Doc)
public void addInheritedGroup(String groupId)(Code)(Java Doc)
public void addInheritedGroupRef(String inheritedGroupRef)(Code)(Java Doc)
public void addMembers(Collection members)(Code)(Java Doc)
public boolean allowedAdd(Group group)(Code)(Java Doc)
public boolean allowedRemove(Group group)(Code)(Java Doc)
public boolean canAddFolder()(Code)(Java Doc)
public boolean canAddItem()(Code)(Java Doc)
public boolean canCopy()(Code)(Java Doc)
public boolean canDelete()(Code)(Java Doc)
public boolean canRead()(Code)(Java Doc)
public boolean canRevise()(Code)(Java Doc)
public boolean canSelect()(Code)(Java Doc)
public boolean canUpdate()(Code)(Java Doc)
public void clearGroups()(Code)(Java Doc)
public void clearInheritedGroups()(Code)(Java Doc)
public String getAccess()(Code)(Java Doc)
public List getAllSiteGroups()(Code)(Java Doc)
public SortedSet getAllowedAddGroupRefs()(Code)(Java Doc)
public SortedSet getAllowedRemoveGroupRefs()(Code)(Java Doc)
public String getContainer()(Code)(Java Doc)
public String getCreatedBy()(Code)(Java Doc)
public String getCreatedTime()(Code)(Java Doc)
public int getDepth()(Code)(Java Doc)
public String getEffectiveAccess()(Code)(Java Doc)
public String getEffectiveGroups()(Code)(Java Doc)
public String getEntityAccess()(Code)(Java Doc)
public SortedSet getEntityGroupRefs()(Code)(Java Doc)
public String getGroupNames()(Code)(Java Doc)
public List getGroups()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public String getInheritedAccess()(Code)(Java Doc)
public SortedSet getInheritedGroupRefs()(Code)(Java Doc)
public List getInheritedGroups()(Code)(Java Doc)
public String getItemNum()(Code)(Java Doc)
public List getMembers()(Code)(Java Doc)
public String getModifiedBy()(Code)(Java Doc)
public String getModifiedTime()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Collection getPossibleGroups()(Code)(Java Doc)
public BasicRightsAssignment getRights()(Code)(Java Doc)
public String getRoot()(Code)(Java Doc)
public String getSize()(Code)(Java Doc)
public String getTarget()(Code)(Java Doc)
public String getType()(Code)(Java Doc)
public String getUrl()(Code)(Java Doc)
public boolean hasCopyableChildren()(Code)(Java Doc)
public boolean hasCopyrightAlert()(Code)(Java Doc)
public boolean hasDeletableChildren()(Code)(Java Doc)
public boolean hasGroup(String groupRef)(Code)(Java Doc)
protected void importGroupRefs(Collection groupRefs, Collection collection)(Code)(Java Doc)
public boolean inheritsGroup(String groupRef)(Code)(Java Doc)
public boolean inheritsHighlighted()(Code)(Java Doc)
public boolean isAttached()(Code)(Java Doc)
public boolean isAvailable()(Code)(Java Doc)
public boolean isCopied()(Code)(Java Doc)
public boolean isEmpty()(Code)(Java Doc)
public boolean isFolder()(Code)(Java Doc)
public boolean isHighlighted()(Code)(Java Doc)
public boolean isInDropbox()(Code)(Java Doc)
public boolean isInherited(Group group)(Code)(Java Doc)
public boolean isLocal(Group group)(Code)(Java Doc)
public boolean isLocal()(Code)(Java Doc)
public boolean isLocked()(Code)(Java Doc)
public boolean isMoved()(Code)(Java Doc)
public boolean isPossible(Group group)(Code)(Java Doc)
public boolean isPubview()(Code)(Java Doc)
public boolean isPubviewInherited()(Code)(Java Doc)
public boolean isPubviewPossible()(Code)(Java Doc)
public boolean isSortable()(Code)(Java Doc)
public boolean isTooBig()(Code)(Java Doc)
public void seDeletableChildren(boolean hasDeletableChildren)(Code)(Java Doc)
public void setAccess(String access)(Code)(Java Doc)
public void setAllSiteGroups(Collection allSiteGroups)(Code)(Java Doc)
public void setAllowedAddGroupRefs(Collection allowedAddGroupRefs)(Code)(Java Doc)
public void setAllowedRemoveGroupRefs(Collection allowedRemoveGroupRefs)(Code)(Java Doc)
public void setAttached(boolean isAttached)(Code)(Java Doc)
public void setAvailable(boolean available)(Code)(Java Doc)
public void setCanAddFolder(boolean canAddFolder)(Code)(Java Doc)
public void setCanAddItem(boolean canAddItem)(Code)(Java Doc)
public void setCanCopy(boolean canCopy)(Code)(Java Doc)
public void setCanDelete(boolean canDelete)(Code)(Java Doc)
public void setCanRead(boolean canRead)(Code)(Java Doc)
public void setCanRevise(boolean canRevise)(Code)(Java Doc)
public void setCanSelect(boolean canSelect)(Code)(Java Doc)
public void setCanUpdate(boolean canUpdate)(Code)(Java Doc)
public void setContainer(String container)(Code)(Java Doc)
public void setCopied(boolean isCopied)(Code)(Java Doc)
public void setCopyableChildren(boolean hasCopyableChildren)(Code)(Java Doc)
public void setCopyrightAlert(boolean copyrightAlert)(Code)(Java Doc)
public void setCreatedBy(String creator)(Code)(Java Doc)
public void setCreatedTime(String time)(Code)(Java Doc)
public void setDepth(int depth)(Code)(Java Doc)
public void setEntityGroupRefs(Collection entityGroupRefs)(Code)(Java Doc)
public void setGroups(Collection groups)(Code)(Java Doc)
public void setHighlighted(boolean isHighlighted)(Code)(Java Doc)
public void setInDropbox(boolean inDropbox)(Code)(Java Doc)
public void setInheritedAccess(String access)(Code)(Java Doc)
public void setInheritedGroupRefs(Collection inheritedGroupRefs)(Code)(Java Doc)
public void setInheritedGroups(Collection groups)(Code)(Java Doc)
public void setInheritsHighlight(boolean inheritsHighlight)(Code)(Java Doc)
public void setIsEmpty(boolean isEmpty)(Code)(Java Doc)
public void setIsLocal(boolean isLocal)(Code)(Java Doc)
public void setIsTooBig(boolean toobig)(Code)(Java Doc)
public void setLocked(boolean isLocked)(Code)(Java Doc)
public void setModifiedBy(String modifier)(Code)(Java Doc)
public void setModifiedTime(String time)(Code)(Java Doc)
public void setMoved(boolean isMoved)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPossibleGroups(Collection groups)(Code)(Java Doc)
public void setPubview(boolean pubview)(Code)(Java Doc)
public void setPubviewInherited(boolean pubviewset)(Code)(Java Doc)
public void setPubviewPossible(boolean possible)(Code)(Java Doc)
public void setRights(BasicRightsAssignment rights)(Code)(Java Doc)
public void setRoot(String root)(Code)(Java Doc)
public void setSize(String size)(Code)(Java Doc)
public void setSortable(boolean sortable)(Code)(Java Doc)
public void setTarget(String target)(Code)(Java Doc)
public void setUrl(String url)(Code)(Java Doc)

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.