public static interface CaseOverviewPresenter.CaseOverviewView extends org.uberfire.client.mvp.UberElement<CaseOverviewPresenter>
Modifier and Type | Method and Description |
---|---|
void |
addCaseActions(String placeId,
Map<String,String> properties) |
void |
addCaseActivities(String placeId,
Map<String,String> properties) |
void |
addCaseComments(String placeId,
Map<String,String> properties) |
void |
addCaseDetails(String placeId,
Map<String,String> properties) |
void |
addCaseFiles(String placeId,
Map<String,String> properties) |
void |
addCaseMilestones(String placeId,
Map<String,String> properties) |
void |
addCaseRoles(String placeId,
Map<String,String> properties) |
void |
addCaseStages(String placeId,
Map<String,String> properties) |
void |
setCaseId(String caseId) |
void |
setCaseOwner(String caseOwner) |
void |
setCaseTitle(String title) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.