public abstract class FlattenedItemA extends Object implements FlattenedItemI
Modifier and Type | Class and Description |
---|---|
static class |
FlattenedItemA.ChildCollection |
static class |
FlattenedItemA.FieldTracker |
static class |
FlattenedItemA.FileSummary |
static interface |
FlattenedItemA.FilterI |
static interface |
FlattenedItemA.HistoryConfigI |
static class |
FlattenedItemA.ItemObject |
Modifier and Type | Field and Description |
---|---|
protected String |
create_username |
static String |
DELETED |
protected List<String> |
displayIdentifiers |
static FlattenedItemA.HistoryConfigI |
GET_ALL |
Integer |
id |
List<FlattenedItemA.FileSummary> |
misc |
protected String |
modified_username |
protected FlattenedItemA.ItemObject |
o |
protected List<String> |
pks |
Constructor and Description |
---|
FlattenedItemA(FlattenedItemA.FieldTracker ft,
boolean isHistory,
Date last_modified,
Date insert_date,
String status,
Integer id,
String xsiType,
List<FlattenedItemA.ItemObject> parents) |
FlattenedItemA(FlattenedItemA fi) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
filteredCopy
public static final String DELETED
protected FlattenedItemA.ItemObject o
protected String create_username
protected String modified_username
public Integer id
public List<FlattenedItemA.FileSummary> misc
public static FlattenedItemA.HistoryConfigI GET_ALL
public FlattenedItemA(FlattenedItemA.FieldTracker ft, boolean isHistory, Date last_modified, Date insert_date, String status, Integer id, String xsiType, List<FlattenedItemA.ItemObject> parents)
public FlattenedItemA(FlattenedItemA fi) throws Exception
Exception
public List<FlattenedItemA.FileSummary> getMisc()
getMisc
in interface FlattenedItemI
public Integer getId()
getId
in interface FlattenedItemI
public Number getModified_event_id()
getModified_event_id
in interface FlattenedItemI
public void setModified_event_id(Number modified_event_id)
public Number getCreate_event_id()
getCreate_event_id
in interface FlattenedItemI
public void setCreate_event_id(Number create_event_id)
public boolean isDeleted()
isDeleted
in interface FlattenedItemI
public FlattenedItemA.ItemObject getItemObject()
getItemObject
in interface FlattenedItemI
public Date getChange_date()
getChange_date
in interface FlattenedItemI
public void setPrevious_change_date(Date previous_change_date)
public void setChange_date(Date change_date)
public String getCreateUsername()
getCreateUsername
in interface FlattenedItemI
public String getModifiedUsername()
getModifiedUsername
in interface FlattenedItemI
public FlattenedItemA.FieldTracker getFields()
getFields
in interface FlattenedItemI
public boolean isHistory()
isHistory
in interface FlattenedItemI
public Date getLast_modified()
getLast_modified
in interface FlattenedItemI
public Date getInsert_date()
getInsert_date
in interface FlattenedItemI
public String getXSIType()
getXSIType
in interface FlattenedItemI
public Date getPrevious_change_date()
getPrevious_change_date
in interface FlattenedItemI
public Map<String,FlattenedItemA.ChildCollection> getChildCollections()
getChildCollections
in interface FlattenedItemI
public void setChildCollections(Map<String,FlattenedItemA.ChildCollection> children)
setChildCollections
in interface FlattenedItemI
public void addChildCollection(String path, String display, List<FlattenedItemI> items)
addChildCollection
in interface FlattenedItemI
public List<FlattenedItemI> getHistory()
getHistory
in interface FlattenedItemI
public void setHistory(List<FlattenedItemI> history)
setHistory
in interface FlattenedItemI
public int getTotalChildren()
getTotalChildren
in interface FlattenedItemI
public static boolean isEqualTo(FlattenedItemI o1, FlattenedItemI o2)
public List<String> getPks()
getPks
in interface FlattenedItemI
public static boolean isLike(FlattenedItemI o1, FlattenedItemI o2)
public Date getEndDate()
getEndDate
in interface FlattenedItemI
public Date getStartDate()
getStartDate
in interface FlattenedItemI
public List<FlattenedItemA.ItemObject> getParents()
getParents
in interface FlattenedItemI
public static List<FlattenedItemI> filter(List<FlattenedItemI> items, FlattenedItemA.FilterI filter) throws Exception
Exception
public static Date parseDate(Object d) throws ParseException
ParseException
public static void putValue(String xmlPath, String name, Object value, FlattenedItemA.FieldTracker params)
public Number getCreateEventId()
getCreateEventId
in interface FlattenedItemI
public Number getModifiedEventId()
getModifiedEventId
in interface FlattenedItemI
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.