Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.properties.ProjectTeamProperties
-
Packages that use ProjectTeamProperties Package Description org.odpi.openmetadata.accessservices.projectmanagement.api The API package defines the Java interfaces supported by the Project Management OMAS.org.odpi.openmetadata.accessservices.projectmanagement.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ProjectTeamProperties in org.odpi.openmetadata.accessservices.projectmanagement.api
Methods in org.odpi.openmetadata.accessservices.projectmanagement.api with parameters of type ProjectTeamProperties Modifier and Type Method Description voidProjectsInterface. setupProjectTeam(String userId, String externalSourceGUID, String externalSourceName, String projectGUID, ProjectTeamProperties properties, String actorProfileGUID)Create a ProjectTeam relationship between a project and an actor profile (typically a team). -
Uses of ProjectTeamProperties in org.odpi.openmetadata.accessservices.projectmanagement.properties
Constructors in org.odpi.openmetadata.accessservices.projectmanagement.properties with parameters of type ProjectTeamProperties Constructor Description ProjectTeamProperties(ProjectTeamProperties template)Copy/clone constructor
-