All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.uni.freiburg.iig.telematik.sewol.context.process.ProcessContextProperty Maven / Gradle / Ivy

Go to download

SEWOL provides support for the handling of workflow traces. Specifically it allows to specify the shape and content of process traces in terms of entries representing the execution of a specific workflow activity. SEWOL also allows to write these traces on disk as a log file with the help of a special file writer for process logs. Currently it supports plain text, Petrify, MXML and XES log file types. In order to specify security-related context information, SEWOL provides access control models such as access control lists (ACL) and role-based access control models (RBAC). All types of models can be conveniently edited with the help of appropriate dialogs.

The newest version!
package de.uni.freiburg.iig.telematik.sewol.context.process;

public enum ProcessContextProperty {
	
	DATA_USAGE,
	
	ALL_DATA_USAGES,
	
	ACTIVITY_DATA_USAGES,
	
	ACTIVITIES_WITH_DATA_USAGE,
	
	AC_MODEL_NAME,
	
	VALID_USAGE_MODES;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy