|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.wcm.WebProject
public class WebProject
Provides configured data for a web project.
Constructor Summary | |
---|---|
WebProject(org.alfresco.service.cmr.repository.NodeRef nodeRef)
|
|
WebProject(java.lang.String avmPath)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getDescription()
Deprecated. |
Form |
getForm(java.lang.String name)
Returns the form with the given name or null if not found. |
java.util.List |
getForms()
Returns the forms configured for this web project. |
java.lang.String |
getName()
Deprecated. |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Returns the noderef for the webproject |
java.lang.String |
getStagingStore()
Deprecated. |
java.lang.String |
getStoreId()
Deprecated. |
java.lang.String |
getTitle()
Deprecated. |
int |
hashCode()
|
boolean |
hasWorkflow()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebProject(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public WebProject(java.lang.String avmPath)
Method Detail |
---|
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public java.lang.String getName()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.lang.String getStoreId()
public java.lang.String getStagingStore()
public java.util.List getForms()
public Form getForm(java.lang.String name) throws FormNotFoundException
name
- the name of the form
java.lang.NullPointerException
- if the name is null.
FormNotFoundException
public boolean hasWorkflow()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |