File

src/lib/model/process-item.model.ts

Index

Properties

Properties

creator
creator: literal type
Type : literal type
creatorid
creatorid: string[]
Type : string[]
endtime
endtime: string[]
Type : string[]
iconid
iconid: string[]
Type : string[]
id
id: string[]
Type : string[]
modelDisplayName
modelDisplayName: string[]
Type : string[]
modelid
modelid: string[]
Type : string[]
modelname
modelname: any
Type : any
name
name: string[]
Type : string[]
parentProcessId
parentProcessId: string[]
Type : string[]
processeditor
processeditor: string[]
Type : string[]
starttime
starttime: string[]
Type : string[]
state
state: string[]
Type : string[]
subject
subject: string[]
Type : string[]
export class ProcessItem {
    creator: {
        id: string;
        email: string;
        firstname: string;
        lastname: string;
        name: string;
        title: string;
        locale: string;
        present: boolean;
        active: boolean;
    };
    creatorid: string[];
    endtime: string[];
    iconid: string[];
    id: string[];
    modelDisplayName: string[];
    modelid: string[];
    starttime: string[];
    modelname: any;
    name: string[];
    state: string[];
    subject: string[];
    processeditor: string[];
    parentProcessId: string[];
}

results matching ""

    No results matching ""