public static final class AbstractStructureDialog.StructureDialogResult extends Object
Constructor and Description |
---|
StructureDialogResult(int button,
Map<Integer,com.saperion.bean.ContentStream> updateInfos,
String comment,
boolean checkinDocument)
Creates a new CheckinDialogResult.
|
Modifier and Type | Method and Description |
---|---|
int |
getButton() |
String |
getComment() |
com.saperion.bean.ContentStream[] |
getUpdateInfos() |
boolean |
isCheckin() |
public StructureDialogResult(int button, Map<Integer,com.saperion.bean.ContentStream> updateInfos, String comment, boolean checkinDocument)
button
- pressed buttonupdateInfos
- update information elementscomment
- version commentcheckinDocument
- checkin document or update documentpublic int getButton()
public com.saperion.bean.ContentStream[] getUpdateInfos()
public String getComment()
public boolean isCheckin()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.