Class Issue
java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueBasics
com.technia.dsx.threedspace.change.issue.Issue
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes,com.technia.dsx.app.model.WithCEStamp
Represents a change issue in the 3DEXPERIENCE platform.
A change issue represents a problem or concern that needs to be addressed
through the change management process. Extends IssueBasics with
additional information including members, affected items, resolved-by
references, resolution information, and contexts.
- Since:
- 2023-02-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.technia.dsx.app.model.Referable>List<com.technia.dsx.app.model.Referable>voidsetAffectedItems(List<AffectedItem> affectedItems) voidsetContexts(List<com.technia.dsx.app.model.Referable> contexts) voidsetCustomerAttributes(CustomerAttributes customerAttributes) voidsetMembers(Members members) voidsetResolution(List<ResolutionObject> resolution) voidsetResolvedBy(List<com.technia.dsx.app.model.Referable> resolvedBy) toString()Methods inherited from class com.technia.dsx.threedspace.change.issue.IssueBasics
getActualEndDate, getActualStartDate, getAttributes, getCestamp, getCEStamp, getCollabSpace, getDescription, getEscalationRequired, getEstimatedEndDate, getEstimatedStartDate, getId, getName, getOrganization, getOwner, getPolicy, getPriority, getResolutionRecommendation, getState, getTitle, getType, getWithApproval, setActualEndDate, setActualEndDate, setActualEndDate, setActualStartDate, setActualStartDate, setCestamp, setCEStamp, setCollabSpace, setDescription, setEscalationRequired, setEstimatedEndDate, setEstimatedEndDate, setEstimatedEndDate, setEstimatedStartDate, setEstimatedStartDate, setEstimatedStartDate, setId, setName, setOrganization, setOwner, setPolicy, setPriority, setPriority, setResolutionRecommendation, setState, setState, setTitle, setType, setWithApproval
-
Constructor Details
-
Issue
public Issue()
-
-
Method Details
-
getMembers
-
setMembers
-
getAffectedItems
-
setAffectedItems
-
getResolvedBy
-
setResolvedBy
-
getResolution
-
setResolution
-
getContexts
-
setContexts
-
getCustomerAttributes
-
setCustomerAttributes
-
toString
- Overrides:
toStringin classIssueBasics
-