public interface IProject extends IElement, IProtocolSupport, IDeletionSupport, ISecuritySupport, IScopeContainer, ILocalizationScope
Modifier and Type | Method and Description |
---|---|
void |
addDependentProjects(Collection<? extends IProject> dependentProjects)
add links to others projects
|
IConfiguration |
getConfiguration()
Retrieves the configuration of the current project
|
String |
getDescription() |
String |
getLabel() |
String |
getName() |
IOrganization |
getOrganization()
Gets the organization object.
|
void |
removeDependentProjects(Collection<? extends IProject> dependentProjects)
remove links to others projects
|
void |
setName(String name)
Sets the name of the project.
|
void |
setOrganization(IOrganization organization)
Sets the mailing list organization.
|
getId, getModule, getNativeObject, getPath, save
delete
getProtocolURI, getProtocolURI
String getLabel()
String getDescription()
IOrganization getOrganization()
IOrganization
object.void setOrganization(IOrganization organization)
organization
- the new IOrganization
to set.String getName()
void setName(String name)
name
- the new name to set.IConfiguration getConfiguration()
IConfiguration
objectvoid addDependentProjects(Collection<? extends IProject> dependentProjects)
dependentProjects
- void removeDependentProjects(Collection<? extends IProject> dependentProjects)
dependentProjects
- Copyright © 2022 Visiativ. All rights reserved.